1.0.1 • Published 2 years ago

react-pagenation v1.0.1

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

Install

npm install

Run tests

npm run test

Show your support

Run

npm install react-pagenation

import Pagenation from 'react-pagenation' // 引入组件
import 'react-pagenation/main.min.css' // 引入组件

  <Pagenation currentPage={currentPage} pageSize={pageSize} pageSizeOptions={pageSizeOptions} total={total} totalText={`共${total}条`} handleChangePage={handleChangePage} handleChangePageSize={handleChangePageSize}></Pagenation>

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator