Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlianphoto/iver
ui component for vue2.0
https://github.com/jlianphoto/iver
iver vue vue-components vuejs2 webapp
Last synced: 27 days ago
JSON representation
ui component for vue2.0
- Host: GitHub
- URL: https://github.com/jlianphoto/iver
- Owner: jlianphoto
- Created: 2017-02-06T12:26:56.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-03-05T07:28:34.000Z (over 4 years ago)
- Last Synced: 2024-10-01T13:04:25.652Z (about 1 month ago)
- Topics: iver, vue, vue-components, vuejs2, webapp
- Language: Vue
- Homepage:
- Size: 752 KB
- Stars: 91
- Watchers: 2
- Forks: 31
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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);
```