@shinhotech/sh-ui
v2.16.6
Published
A Component Library for Vue.js.
Downloads
127
Readme
A Vue.js 2.0 UI Toolkit for Web.
本项目是在element-ui 基础上,进行定制化开发。更名为@shinhotech/sh-ui。
Develop Docs
为本项目提交源码,可以阅读以下文档加深对本项目的理解。
Links
- Homepage and documentation
- awesome-element
- FAQ
- Vue.js 3.0 migration
- Customize theme
- Preview and generate theme online
- Element for React
- Element for Angular
- Atom helper
- Visual Studio Code helper
- Starter kit
- Design resources
- Gitter
Install
npm install @shinhotech/sh-ui -S
Quick Start
import Vue from 'vue'
import Element from '@shinhotech/sh-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from '@shinhotech/sh-ui'
Vue.component(Select.name, Select)
Vue.component(Button.name, Button)
For more information, please refer to Quick Start in our documentation.
Browser Support
Modern browsers and Internet Explorer 10+.
Changelog
Detailed changes for each release are documented in the release notes.
FAQ
We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.
Contribution
Please make sure to read the contributing guide (中文 | English | Español | Français) before making a pull request.