# vue-lte-ui
The vue components wrapper for AdminLTE UI .

# Usage

```bash
#  install
npm i -S vue-lte-ui
```

```js
// main.js
import Vue from 'vue';
import LTEUI from 'vue-lte-ui';

Vue.use(LTEUI);
```


# Components

- [x] lte-box(Panel) [Usage](src/components/box/README.md)
- [x] lte-info-box [Usage](src/components/info-box/README.md)
- [x] lte-small-box [Usage](src/components/small-box/README.md)
- [x] lte-alert [Usage](src/components/alert/README.md)
- [x] lte-progress [Usage](src/components/progress/README.md)
- [x] lte-pagination [Usage](src/components/pagination/README.md)
- [x] lte-tabset/lte-tab-item [Usage](src/components/tabset/README.md)
- [x] lte-modal [Usage](src/components/modal/README.md)
- [x] lte-timeline/lte-timeline-item [Usage](src/components/timeline/README.md)
- [x] lte-rating [Usage](src/components/rating/README.md)
- [ ] lte-multi-select
- [ ] lte-input-mask
- [ ] lte-checkbox
- [ ] lte-checkbox-group
- [ ] lte-radio
- [ ] lte-radio-group
- [ ] lte-switch
- [ ] lte-slider
- [ ] lte-table
- [ ] lte-tree
- [ ] lte-treeview
- [ ] lte-file-upload
- [ ] lte-accordion
- [ ] lte-datepicker
- [x] lte-tag [Usage](src/components/tag/README.md)
- [x] lte-tag-input [Usage](src/components/tag-input/README.md)
- [ ] lte-carousel
- [ ] lte-app-btn


# Directives

- [x] v-lte-tooltip
- [ ] v-lte-poptip
