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

1.0.9 • Public • Published

A Vue.js 2.0 UI Toolkit for Web.

Install

npm install @yhui/zz-ui -S

Quick Start

import Vue from 'vue'
import ZZUI from '@yhui/zz-ui'

Vue.use(ZZUI)

// or
import {
  Select,
  Button
  // ...
} from '@yhui/zz-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+.

Readme

Keywords

Package Sidebar

Install

npm i @yhui/zz-ui

Weekly Downloads

0

Version

1.0.9

License

MIT

Unpacked Size

9.23 MB

Total Files

999

Last publish

Collaborators

  • yhui