npm.io
0.3.74 • Published 1 month ago

eoss-element

Licence
MIT
Version
0.3.74
Deps
27
Size
12.3 MB
Vulns
0
Weekly
0

node 版本 14.18.2


A Vue.js 2.0 UI Toolkit for Web.

Element will stay with Vue 2.x

Install

npm i eoss-element

Quick Start

import Vue from 'vue';
import Element from 'eoss-element';

Vue.use(Element);

// or
import {
  Select,
  Button
  // ...
} from 'eoss-element';

Vue.component(Select.name, Select);
Vue.component(Button.name, Button);

Keywords