wot-design-test
v2.4.32
Published
Mobile UI components built on vue.js
Downloads
3
Readme
Wot Design
An ui component library built on vue.js.
Build Status
Install
npm i wot-design
Quick Start
import Vue from 'vue'
import WotDesign from 'wot-design'
Vue.use(WotDesign)
// or
import {
Button,
Swipe
} from 'wot-design'
Vue.use(Button)
Vue.use(Swipe)
For more information, please refer to Quick Start in our documentation.