An ui component library built on vue.js.
npm i wot-design
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.