An open API service indexing awesome lists of open source software.

https://github.com/gavinhome/albatro-ui

Albatro-UI, a component library based on vue2.6. At present, it is in development.
https://github.com/gavinhome/albatro-ui

Last synced: 10 days ago
JSON representation

Albatro-UI, a component library based on vue2.6. At present, it is in development.

Awesome Lists containing this project

README

          



> A Vue.js 2.0 UI Toolkit for Web.

## Links
- [Element](https://github.com/ElemeFE/element)
- [FAQ](./FAQ.md)

## Install
```shell
npm install albatro-ui -S
```

## Quick Start
``` javascript
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](http://arbatro.github.io/#/en-US/component/quickstart) in our documentation.

## Browser Support
Modern browsers and Internet Explorer 10+.

## Changelog
Detailed changes for each release are documented in the [release notes](https://github.com/GavinHome/albatro-ui/releases).

## FAQ
We have collected some [frequently asked questions](https://github.com/GavinHome/albatro-ui/blob/master/FAQ.md). 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](https://www.dingtalk.com/) to join in discussion group :

Join Discusion Group

## LICENSE
[MIT](LICENSE)