# iver
**Repository Path**: zhoufight/iver
## Basic Information
- **Project Name**: iver
- **Description**: ui component for vue2.0
- **Primary Language**: Unknown
- **License**: Not specified
- **Default Branch**: master
- **Homepage**: None
- **GVP Project**: No
## Statistics
- **Stars**: 0
- **Forks**: 0
- **Created**: 2020-03-20
- **Last Updated**: 2020-12-19
## Categories & Tags
**Categories**: Uncategorized
**Tags**: None
## README
# IVER
> ui component for V2.0
[](https://www.npmjs.com/package/iver) [](https://npmjs.org/package/iver) [](https://opensource.org/licenses/MIT)
### [Document](https://jlianphoto.github.io/iver)
## [demo](http://p4t4cjc61.bkt.clouddn.com/iver/index.html)

## Included
- **Grid**
- **Button**
- **Swiper**
- **CountUp**
- **Datetime**
- **AddressPicker**
- **Swiper**
- **Lottery**
- **Dialog**
- **Switch**
- **Loading**
- **DropDown**
- **SlideDown**
- **Transition**
## Build Setup
``` bash
# install dependencies
npm install -S iver
# use all components
import {iver} from 'iver';
Vue.use(iver);
# on demand
import {component} from 'iver'
Vue.component(component.name, component);
```