File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 9
9
| Include CSS
10
10
|--------------------------------------------------------------------------
11
11
|
12
- | The modal uses TailwindCSS, if you don't use TailwindCSS you will need
12
+ | The SLide over uses TailwindCSS, if you don't use TailwindCSS you will need
13
13
| to set this parameter to true. This includes the modern-normalize css.
14
14
|
15
15
*/
22
22
|
23
23
| Livewire Slide Overs will inject the required Javascript in your blade template.
24
24
| If you want to bundle the required Javascript you can set this to false
25
- | and add `require('vendor/laravelcm/livewire-slide-overs/resources/js/modal ');`
25
+ | and add `require('vendor/laravelcm/livewire-slide-overs/resources/js/slide-over ');`
26
26
| to your script bundler like webpack.
27
27
|
28
28
*/
Original file line number Diff line number Diff line change @@ -121,11 +121,11 @@ public function getListeners(): array
121
121
122
122
public function render (): View
123
123
{
124
- if (config ('livewire-slide-overs .include_js ' , true )) {
124
+ if (config ('livewire-slide-over .include_js ' , true )) {
125
125
$ jsPath = __DIR__ . '/../public/slide-over.js ' ;
126
126
}
127
127
128
- if (config ('livewire-slide-overs .include_css ' , true )) {
128
+ if (config ('livewire-slide-over .include_css ' , true )) {
129
129
$ cssPath = __DIR__ . '/../public/slide-over.css ' ;
130
130
}
131
131
You can’t perform that action at this time.
0 commit comments