Mobile UI Toolkit based on Vue
$ yarn add @toojs/too-ui
or
$ npm install @toojs/too-ui --save
- Manually import
import Button from '@toojs/too-ui/lib/button';
import '@toojs/too-ui/lib/button/style/style.css';
- Totally import
import Vue from 'vue';
import tooUI from '@toojs/too-ui';
import '@toojs/too-ui/lib/too-ui.css';
Vue.use(tooUI);
This project is licensed under the terms of the MIT license. See the LICENSE file.