1.0.3 • Published 3 years ago

sxw-pagination v1.0.3

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

sxw-pagination

安装

npm install sxw-pagination --save

import Pagination from 'sxw-pagination';

<pagination></pagination>

options

参数           参数名            类型        默认值
borderColor    边框颜色          String      #e6e6e6
currentPage    当前页            Number      1
pageSize       每页显示多少条     Number      10
total          总条数            Number      100
pageCount      显示几个页码       Number      5
height         高度              Number      26

events

事件名称               说明                     回调参数
currentChange		  currentPage改变时触发     page
1.0.2

3 years ago

1.0.3

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago