# 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 [![npm](https://img.shields.io/npm/v/iver.svg?style=flat-square)](https://www.npmjs.com/package/iver) [![NPM downloads](http://img.shields.io/npm/dm/iver.svg?style=flat-square)](https://npmjs.org/package/iver) [![liscense](https://img.shields.io/npm/l/rizu-ui.svg?style=flat-square)](https://opensource.org/licenses/MIT) ### [Document](https://jlianphoto.github.io/iver) ## [demo](http://p4t4cjc61.bkt.clouddn.com/iver/index.html) ![demo](https://github.com/jlianphoto/vui/blob/master/src/img/demo_code.png) ## 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); ```