Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jlianphoto/iver

ui component for vue2.0
https://github.com/jlianphoto/iver

iver vue vue-components vuejs2 webapp

Last synced: about 3 hours ago
JSON representation

ui component for vue2.0

Awesome Lists containing this project

README

        


# IVER

> ui component for VUE2.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](https://jlianphoto.github.io/iver/dist/index.html)

![demo](https://jlianphoto.github.io/iver/dist/static/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);
```