vugular-ui
v0.9.0
Published
a cartoon style component lib for Vue
Downloads
2
Maintainers
Readme
vugular-ui
Install
npm install vugular-ui
Quick Start
import Vue from 'vue'
import Vugular from 'vugular-ui'
import 'vugular-ui/dist/vugular-ui.css';
Vue.use(Vugular)
// or
import {
Select,
Button
// ...
} from 'vugular-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
Browser Support
Modern browsers and Internet Explorer 10+.