@poppy-ui/vue
TypeScript icon, indicating that this package has built-in type declarations

0.5.0 • Public • Published

Poppy

Poppy UI - Vue

Poppy UI integration for Vue 3 apps.

Install

npm install @poppy-ui/vue

if the command fails, check the section how to use in the root readme

Configuration

The configuration is minimal and easy

// main.ts
import { PoppyVue } from '@poppy-ui/vue';
import { createApp } from 'vue';
import App from './App.vue';

import '@poppy-ui/vue/css/core.css';
import '@poppy-ui/vue/css/themes/light.always.css';

createApp(App)
  .use(PoppyVue)
  .mount('#app');

And your done, happy coding 🎉

Contributing

See our Contributing Guide.

Package Sidebar

Install

npm i @poppy-ui/vue

Weekly Downloads

96

Version

0.5.0

License

MIT

Unpacked Size

280 kB

Total Files

36

Last publish

Collaborators

  • sukaato