smart-ui
v2.5.1
Published
High Quality Mobile UI Componets by Vue.js 2.
Downloads
19
Readme
Smart-UI
High Quality Mobile UI Componets by Vue.js 2.
installation
using yarn
$ yarn add smart-ui
or via npm
$ npm install smart-ui --save
then apply to vue.js and import smart-ui.css
import Vue from 'vue'
import SmartUI from 'smart-ui'
import 'smart-ui/lib/smart-ui.css'
// apply to vue.js
Vue.use(SmartUI)
Most of components can be used like this: