Vincent1993 / Too-ui

Mobile UI Toolkit based on Vue

Home Page:https://vincent1993.github.io/Too-ui/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Mobile UI Toolkit based on Vue

https://vincent1993.github.io/Too-ui/

License:MIT License


Languages

Language:JavaScript 52.6%Language:CSS 44.0%Language:Vue 1.3%Language:HTML 1.3%Language:TypeScript 0.8%