diff --git a/apps/showcase/assets/menu/menu.json b/apps/showcase/assets/menu/menu.json index df5fff7c43..94d747f66b 100644 --- a/apps/showcase/assets/menu/menu.json +++ b/apps/showcase/assets/menu/menu.json @@ -510,22 +510,8 @@ }, { "name": "Tailwind CSS", - "icon": "pi pi-heart", - "children": [ - { - "name": "Integration", - "to": "/tailwind" - }, - { - "name": "Presets", - "href": "https://tailwind.primevue.org" - } - ] - }, - { - "name": "Figma UI Kit", - "icon": "pi pi-pencil", - "to": "/uikit" + "icon": "pi pi-star", + "to": "/tailwind" }, { "name": "Icons", @@ -541,9 +527,14 @@ } ] }, + { + "name": "Figma UI Kit", + "icon": "pi pi-pencil", + "to": "/uikit" + }, { "name": "Templates", - "icon": "pi pi-star", + "icon": "pi pi-heart", "to": "/templates" }, { diff --git a/apps/showcase/doc/tailwind/OverviewDoc.vue b/apps/showcase/doc/tailwind/OverviewDoc.vue index c5d8c43197..e044867d3b 100644 --- a/apps/showcase/doc/tailwind/OverviewDoc.vue +++ b/apps/showcase/doc/tailwind/OverviewDoc.vue @@ -7,9 +7,13 @@
Tailwind is an outstanding CSS library, however it lacks a true comprehensive UI suite when combined with Vue.js, this is where PrimeVue comes in by providing a wide range of highly accessible and feature rich UI component library. The - core of PrimeVue does not depend on Tailwind CSS, instead we provide the necessary integration points such as the primeui tailwind plugin and the presets for the unstyled mode. + core of PrimeVue does not depend on Tailwind CSS, instead we provide the necessary integration points such as the primeui tailwind plugin and the Tailwind version for the unstyled mode.
+- In unstyled mode of PrimeVue, default styling elements like design tokens and css classes are turned off so that you have full control over the component styling with pass-through properties. This feature is quite useful when you'd like - to build your own UI library based on a custom design by wrapping PrimeVue components or simply utilitze Tailwind CSS to style the PrimeVue components. -
-- The unstyled mode also use the preset concept just like the styled mode to define a theme. In styled mode a preset is a set of design tokens implemented with CSS variables whereas in unstyled mode a preset is a Pass-Through - configuration object to inject Tailwind CSS classes into components. If you prefer to ignore the default styled mode theming api and use Tailwind CSS to style the PrimeVue UI components instead, learn more at the standalone - Tailwind CSS Presets project website. -
-
+ PrimeTek offers the Tailwind CSS version of the entire PrimeVue UI suite in