@dicehub/vue
v0.5.14
Published
Dicehub UI for Vue
Downloads
13
Readme
Dicehub components for Vue
Usage
Global:
import DicehubPlugin from '@dicehub/vue'
import '@dicehub/vue/dist/dicehub-vue.css';
Vue.use(DicehubPlugin)Per-component:
import { Button } from '@dicehub/vue';
export default {
components {
Button
}
}