UNPKG

elara-ui

Version:

Elara based on element-ui, and add other usefull components

25 lines (20 loc) 358 B
## Description Elara based on element-ui, and add other usefull components ## Install ```shell npm install elara-ui -S ``` ## Quick Start ``` javascript import Vue from 'vue' import Elara from 'elara-ui' Vue.use(Elara) // or import { Select, Button // ... } from 'elara-ui' Vue.component(Select.name, Select) Vue.component(Button.name, Button) ```