Package Exports
- iver2
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (iver2) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
IVER
ui component for V2.0
Document
demo

Included
- Grid
- Button
- Swiper
- CountUp
- Datetime
- AddressPicker
- Swiper
- Lottery
- Dialog
- Switch
- Loading
- DropDown
- SlideDown
- Transition
Build Setup
# 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);