Skip to content

Commit

Permalink
add primevue tailwind setup note and documentation link
Browse files Browse the repository at this point in the history
  • Loading branch information
dncsvr committed Nov 13, 2024
1 parent 6016115 commit 39e1660
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions components.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,11 @@ export default defineNuxtConfig({
});
```

> [!NOTE]
>
> For demo purposes we followed [primevue-tailwind] documentation to setup
> and properly use _primevue_ themes with _tailwind_
### Customizing Themes

To make customizations in a theme, include `definePreset` and use a theme as a
Expand Down Expand Up @@ -283,4 +288,5 @@ Demo is at [/demo/primevue](/demo/primevue).
[pinia]: https://pinia.vuejs.org/ssr/nuxt.html
[primevue]: https://primevue.org/nuxt/
[tailwindcss]: https://tailwindcss.com/docs/installation
[primevue-tailwind]: https://v3.primevue.org/csslayer/

0 comments on commit 39e1660

Please sign in to comment.