/Too-ui

Mobile UI Toolkit based on Vue

Primary LanguageJavaScriptMIT LicenseMIT

Too UI

Mobile UI Toolkit based on Vue

Version Dependencies DevDependencies License

Install & Usage

Manually

$ yarn add @toojs/too-ui
or
$ npm install @toojs/too-ui --save

Import

  • 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);

License

This project is licensed under the terms of the MIT license. See the LICENSE file.