diff --git a/doc/cdn/ExampleDoc.vue b/doc/cdn/ExampleDoc.vue index 0e8199269..a3f7bc290 100644 --- a/doc/cdn/ExampleDoc.vue +++ b/doc/cdn/ExampleDoc.vue @@ -20,8 +20,8 @@ export default {
diff --git a/doc/vite/DownloadDoc.vue b/doc/vite/DownloadDoc.vue index d9fb3b453..160bb94a3 100644 --- a/doc/vite/DownloadDoc.vue +++ b/doc/vite/DownloadDoc.vue @@ -12,13 +12,13 @@ export default { code: { basic: ` # Using npm -npm install primevue +npm install primevue@4.0.0-rc.1 # Using yarn -yarn add primevue +yarn add primevue@4.0.0-rc.1 # Using pnpm -pnpm add primevue +pnpm add primevue@4.0.0-rc.1 ` } }; diff --git a/doc/vite/StyledModeDoc.vue b/doc/vite/StyledModeDoc.vue new file mode 100644 index 000000000..8dee603ab --- /dev/null +++ b/doc/vite/StyledModeDoc.vue @@ -0,0 +1,29 @@ + +Styled mode provides pre-skinned components, default theme is Aura with emerald as the primary color. See the
+ In unstyled mode, the components do not include any CSS so you'd need to style the components on your end, this is especially useful when building your own UI library on top of PrimeVue. Visit the
+
+ If you are using Tailwind CSS and prefer to have full control over the component styling, visit the Tailwind CSS Presets project to get you started with styling the components with + Tailwind utility classes. +
+
- Each component can be imported and registered individually so that you only bundle what you use. Import path is available in the documentation of the corresponding component. You may also use
-
Global configuration options of the components.
+Application widge configuration for PrimeVue.