A high quality UI Toolkit based on Vue.js 2.x
- Dozens of useful and beautiful components.
- Friendly API. It's made for people with any skill level.
- Extensive documentation and demos.
- It is quite beautiful.
- Supports both Vue.js 2 and Vue.js 1.
Using npm:
npm install vui-design --save
Using a script tag for global use:
<script src="//unpkg.com/vui-design/dist/vui-design.min.js"></script>
<link type="text/css" rel="stylesheet" href="//unpkg.com/vui-design/dist/style/vui-design.css" />
You can find more info on the website.
import "vui-design/dist/style/vui-design.css";
import Vue from "vue";
import VuiDesign from "vui-design";
Vue.use(VuiDesign);
// or
import "vui-design/dist/style/vui-design.css";
import Vue from "vue";
import { Button, Input } from "vui-design";
Vue.use(Button);
Vue.use(Input);
For more information, please refer to Getting Started in our documentation.
Modern browsers and Internet Explorer 10+.
Name | Avatar |
---|---|
Vui Design |
Copyright (c) 2018-present, Vui Design