From 39e1660cfe549db4912aa419a8f355dbf2f1ae33 Mon Sep 17 00:00:00 2001 From: dncsvr Date: Wed, 13 Nov 2024 23:13:09 +0300 Subject: [PATCH] add primevue tailwind setup note and documentation link --- components.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components.md b/components.md index b0965981..3cbb3564 100644 --- a/components.md +++ b/components.md @@ -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 @@ -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/