@hbis/element-ui
TypeScript icon, indicating that this package has built-in type declarations

2.15.13 • Public • Published


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.

LICENSE

MIT

/@hbis/element-ui/

    Package Sidebar

    Install

    npm i @hbis/element-ui

    Weekly Downloads

    0

    Version

    2.15.13

    License

    MIT

    Unpacked Size

    13.4 MB

    Total Files

    1006

    Last publish

    Collaborators

    • hbis