0.1.0 • Published 7 years ago

vue-pagination-component v0.1.0

Weekly downloads
7
License
MIT
Repository
github
Last release
7 years ago

vue-pagination-component

NPM version NPM downloads CircleCI

A cute Vue pagination component.

Demo

Install

yarn add vue-pagination-component

CDN: UNPKG | jsDelivr (available as window.VPagination)

Usage

<template>
  <v-pagination :count="100"></v-pagination>
</template>

<style src="vue-pagination-component/dist/vue-pagination-component.css"></style>
import vPagination from 'vue-pagination-component'

Vue.use(vPagination)

Props

total : number

The total of the data.

pageSize : number

The number of items per page.

License

MIT © luyilin