@hbis/element-ui
v2.15.95
Published
A Component Library for Vue.js.
Downloads
8
Readme
A Vue.js 2.0 UI Toolkit for Web.
Install
npm install @hbis/element-ui -S
Quick Start
import Vue from 'vue'
import Element from '@hbis/element-ui'
Vue.use(Element)
// or
import {
Select,
Button
// ...
} from '@hbis/element-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+.
Development
Skip this part if you just want to use Element.
For those who are interested in contributing to Element, please refer to our contributing guide (中文 | English | Español | Français) to see how to run this project.