Welcome to the Prime UI Ecosystem! Once you have PrimeVue up and running, we recommend exploring the following resources to gain a deeper understanding of the library.
- Module is used to configure the PrimeVue options, register components, directives and composables. CSS configuration of the styled mode is not included at the moment due to the upcoming enhancements like moving theming to core with CSS
- variables. In styled mode, the theme can be defined at Nuxt configuration with the css property. Note that this only applies to styled mode, in unstyled mode a theme file is not required as styling is done externally.
-
-
-
- Until the new styled mode implementation is ready, dynamic theming at runtime is currently done by switching theme css files. Visit the Switch Themes
- section at styled mode for an example.
-
Vision of PrimeTek is Your components, not ours. The pass through feature is a key element to implement this vision by exposing the component internals in order to apply arbitrary attributes and listeners to the DOM elements. The
- main advantage of this approach is that it prevents you from being locked into the component author. We recommend considering the pass-through feature whenever you need to tailor a component that lacks a built-in feature for your specific
- requirement.
+ primary advantage of this approach is that it frees you from being restricted by the main component API. We recommend considering the pass-through feature whenever you need to tailor a component that lacks a built-in feature for your
+ specific requirement.
Two videos are available at PrimeTV youtube channel, first one is an introduction and second one covers a unique case that is solved by the pass-through.
Welcome to the Prime UI Ecosystem! Once you have PrimeVue up and running, we recommend exploring the following resources to gain a deeper understanding of the library.
- PrimeVue plugin is required to be installed as an application plugin to set up the default configuration. The plugin is lightweight, only sets up the configuration object without affecting your
- application.
-
+
PrimeVue plugin is required to be installed as an application plugin to set up the default configuration. The plugin is lightweight, and only utilized for configuration purposes.
- 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
- Unstyled mode documentation for more information and examples.
-
-
-
-
-
-
diff --git a/apps/showcase/doc/vite/UsageDoc.vue b/apps/showcase/doc/vite/VerifyDoc.vue
similarity index 58%
rename from apps/showcase/doc/vite/UsageDoc.vue
rename to apps/showcase/doc/vite/VerifyDoc.vue
index baf3cf88c..c22c0405e 100644
--- a/apps/showcase/doc/vite/UsageDoc.vue
+++ b/apps/showcase/doc/vite/VerifyDoc.vue
@@ -1,13 +1,12 @@
- 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. If you prefer importing components automatically with
- tree-shaking support , view the
- autoimport guide.
+ Verify your setup by adding a component such as Button. Each component can be imported and registered individually so that you only include what you use for bundle optimizization. Import path is available
+ in the documentation of the corresponding component.