Skip to content

Commit

Permalink
Update +page.svelte.md (#2989)
Browse files Browse the repository at this point in the history
added. example for es6 style import of daisy ui
  • Loading branch information
sanathusk committed Apr 28, 2024
1 parent 7fa79aa commit 33b75c0
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/docs/src/routes/(docs)/docs/install/+page.svelte.md
Expand Up @@ -28,6 +28,14 @@ module.exports = {
plugins: [require("daisyui")],
}
```
or
```js
import daisyui from 'daisyui';
export default {
//...
plugins: [daisyui],
}
```

## <Translate text="daisyUI example repositories"/>

Expand Down

0 comments on commit 33b75c0

Please sign in to comment.