diff --git a/assets/menu/menu.json b/assets/menu/menu.json index c1e76acbc..d8601c17d 100644 --- a/assets/menu/menu.json +++ b/assets/menu/menu.json @@ -54,6 +54,20 @@ } ] }, + { + "name": "Theming", + "icon": "pi pi-palette", + "children": [ + { + "name": "Styled Mode", + "to": "/theming/styled" + }, + { + "name": "Unstyled Mode", + "to": "/theming/unstyled" + } + ] + }, { "name": "Components", "icon": "pi pi-compass", @@ -479,20 +493,6 @@ } ] }, - { - "name": "Theming", - "icon": "pi pi-palette", - "children": [ - { - "name": "Styled Mode", - "to": "/theming/styled" - }, - { - "name": "Unstyled Mode", - "to": "/theming/unstyled" - } - ] - }, { "name": "Pass Through", "icon": "pi pi-directions", diff --git a/doc/tailwind/ExtensionsDoc.vue b/doc/tailwind/ExtensionsDoc.vue index 1eefd5031..2ca7d6f0a 100644 --- a/doc/tailwind/ExtensionsDoc.vue +++ b/doc/tailwind/ExtensionsDoc.vue @@ -70,43 +70,7 @@ -
- Tailwind CSS is a popular CSS framework with a utility-first approach. The core provides flexible CSS classes with predefined CSS rules to build your own UI elements. For example, instead of an opinionated btn class as in + Tailwind CSS is a popular CSS framework based on a utility-first design. The core provides flexible CSS classes with predefined CSS rules to build your own UI elements. For example, instead of an opinionated btn class as in Bootstrap, Tailwind offers primitive classes like bg-blue-500, rounded and p-4 to apply a button. A set of reusable classes can also be grouped as a Tailwind CSS component and there are even a couple of libraries that - take this approach to build components for Tailwind. + take this approach to build components specifically for Tailwind.
- Tailwind is an outstanding library, however it lacks a true comprehensive UI suite specifically 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. + 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.
- The tailwindcss-primeui is an official plugin by PrimeTek to provide first class integration between a Prime UI library like - PrimeVue and Tailwind CSS. It is designed to work both in styled and unstyled modes. In styled mode, for instance the semantic colors such as primary and surfaces are provided as Tailwind utilities e.g. bg-primary, - text-surface-500, text-muted-color. -
-Plugin is available on npm.
-After installation, configure the plugin at your tailwind configuration file.
-PrimeVue color palette as Tailwind CSS classes.
+