luyilin / vue-pagination-component

A cute Vue pagination component.

Home Page:https://luyilin.github.io/vue-pagination-component/example/dist/index

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vue-pagination-component

NPM version NPM downloads CircleCI

A cute Vue pagination component.

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

About

A cute Vue pagination component.

https://luyilin.github.io/vue-pagination-component/example/dist/index


Languages

Language:Vue 94.2%Language:JavaScript 5.8%