diff --git a/src/views/setup/Setup.vue b/src/views/setup/Setup.vue index 9e8d307f9..16cafe1c5 100755 --- a/src/views/setup/Setup.vue +++ b/src/views/setup/Setup.vue @@ -174,6 +174,7 @@ primevue/resources/themes/mdc-light-indigo/theme.css primevue/resources/themes/mdc-light-deeppurple/theme.css primevue/resources/themes/mdc-dark-indigo/theme.css primevue/resources/themes/mdc-dark-deeppurple/theme.css +primevue/resources/themes/tailwind/tailwind-light/theme.css primevue/resources/themes/fluent-light/theme.css primevue/resources/themes/saga-blue/theme.css primevue/resources/themes/saga-green/theme.css diff --git a/src/views/theming/Theming.vue b/src/views/theming/Theming.vue index 6376bb715..65c6507c5 100755 --- a/src/views/theming/Theming.vue +++ b/src/views/theming/Theming.vue @@ -21,7 +21,7 @@ by changing a single variable e.g. $primaryColor. Visit the SASS API for the documentation of available customization options.

Designer is the ultimate tool to create your own PrimeVue experience powered by a SASS based theme engine - with 500+ variables and a Visual Designer. PrimeVue only ships the generated CSS of Material, Bootstrap, Saga, Vela, Arya and legacy themes whereas Designer provides + with 500+ variables and a Visual Designer. PrimeVue only ships the generated CSS of Material, Bootstrap, Tailwind, FluentUI, Saga, Vela, Arya and legacy themes whereas Designer provides full access to the whole SASS structure and the variables of these pre-built themes for easier customization. In addition, designer provides exclusive premium themes to subscribers including Soho, Viva, Mira and Nano that are not available in core PrimeVue distribution.

Whether you have your own style guide or just need a custom theme, Designer API is the right tool to design and bring them to existence.