2.4.32 • Published 3 years ago

wot-design-test v2.4.32

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Wot Design

An ui component library built on vue.js.

Documentation

Build Status

Netlify 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.

LICENSE

MIT