- A complete example using a PrimeVue and unplugin is available at primevue-examples repository. You can also view this sample - live at Stackblitz. -
+A complete example using PrimeVue with auto imports is available at the
- 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 manually, view the
+ 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
On-demand PrimeVue components with auto importing.
+On-demand PrimeVue components with auto imports and tree-shaking.