Appearance
Home
This library is a commonplace for PandaGo company UI components sheet.
The library is a Vue plugin. The install
function in src/index.ts
registers all components under src/components
to Vue globably.
The components are also exported by src/index.ts
so that the client app can import them individually and register them locally, instead of using the library as a plugin. This may be a better option if the client app only use a small set of components in your library.
As there are already many UI component libraries for Vue 3, you may just want to build on top of one of them and create components for your specific needs.
TIP
Although currently there are two different skins for most of the components (Panda
and Design System
), the Panda
one has been deprecated and will be removed in the future.
Please use the Design System
one when possible instead.
