0.2.3 • Published 6 years ago

albatro-ui v0.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

A Vue.js 2.0 UI Toolkit for Web.

Links

Install

npm install albatro-ui -S

Quick Start

import Vue from 'vue'
import Albatro from 'albatro-ui'

Vue.use(Albatro)

// or
import {
  SuperForm,
  Button
  // ...
} from 'albatro-ui'

Vue.component(SuperForm.name, SuperForm)
Vue.component(Button.name, Button)

For more information, please refer to Quick Start in our documentation.

Browser Support

Modern browsers and Internet Explorer 10+.

Changelog

Detailed changes for each release are documented in the release notes.

FAQ

We have collected some frequently asked questions. Before reporting an issue, please search if the FAQ has the answer to your problem.

Join Discussion Group

Scan the QR code using Dingtalk App to join in discussion group :

LICENSE

MIT