vui-design
v1.10.20
Published
A high quality UI Toolkit based on Vue.js
Downloads
42
Maintainers
Readme
Features
- 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.
Install
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.
Usage
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.
Browser Support
Modern browsers and Internet Explorer 10+.
Docs
Ecosystem Links
Major Contributors
|Name|Avatar| |---|---| |Vui Design||
License
Copyright (c) 2018-present, Vui Design