JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 1
  • Score
    100M100P100Q27402F
  • License MIT

ui components for vue2.0

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

npm NPM downloads liscense

Document

demo

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);