0.0.1 • Published 7 years ago

vi-pagination.vue v0.0.1

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

Pagination

Examples

Basic

<vi-pagination :total="11"></vi-pagination>
<vi-pagination :total="11" :current="6"></vi-pagination>

Side & Around

Use side and around properties to change the count of displayed numbers.

<vi-pagination :total="11" :current="6" :side="1" :around="3"></vi-pagination>

Disabled

<vi-pagination :total="11" disabled></vi-pagination>