The complete API of the Tailwind theme at primevue/tailwind with the default values as a reference.
+The built-in theme provides a strong base that can be extended further for your requirements. For customization, the pass through values need to be overriden. For instance, the panel component has the following default configuration.
++ Let's assume the title section should be lighter and bigger. To begin with, clone the Tailwind theme to create your own, override the default values with your own utility classes and finally configure your own theme object as the + pt of PrimeVue. +
+As an example, Tailwind is used to style the Button and Dialog components of PrimeVue.
+
+ The built-in theme is optional as Tailwind can easily be integrated with PrimeVue components in unstyled mode either using global setting or for a particular component only. Visit the
- This section assumes that Tailwind is already available in your application, if not visit the Tailwind CSS framework guides for the installation. There is no
- specific configuration required at Tailwind for the PrimeVue integration.
+ This section assumes that Tailwind is already available in your application, if not visit the Tailwind CSS framework guides like Vite or Nuxt for the installation.
+ The built-in default theme is basically a
Tailwind can easily be integrated with PrimeVue components in unstyled mode either using global setting or for a particular component only. Visit the
Voilà 💚, you now have 90+ awesome Vue UI components styled with Tailwind that will work in harmony with the rest of your application.
Tailwind is a popular utility-first CSS library that fits perfectly to the unstyled mode of PrimeVue.
+Tailwind is a popular utility-first CSS library that fits perfectly to the unstyled mode of PrimeVue. A built-in Tailwind theme is even available to get started in no time.