Skip to content

Commit

Permalink
Add Js Imports
Browse files Browse the repository at this point in the history
  • Loading branch information
luanfreitasdev committed Sep 1, 2024
1 parent 5510a82 commit 665d62e
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions docs/release-notes-and-upgrade/upgrade-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@ use PowerComponents\LivewirePowerGrid\PowerGrid;// [!code --]
use PowerComponents\LivewirePowerGrid\Facades\PowerGrid;// [!code ++]
```

## JS Imports

```js
import './../../vendor/power-components/livewire-powergrid/dist/powergrid.css' // [!code --]

import './../../vendor/power-components/livewire-powergrid/dist/bootstrap5.css' // [!code ++]
// or
import './../../vendor/power-components/livewire-powergrid/dist/tailwind.css' // [!code ++]

```

## setUp method

```php{4}
Expand Down

0 comments on commit 665d62e

Please sign in to comment.