react-pagenation
v1.0.1
Published
<h1 align="center">Welcome to react-pagenation 👋</h1> <p> <img alt="Version" src="https://img.shields.io/badge/version-1.0.0-blue.svg?cacheSeconds=2592000" /> <a href="#" target="_blank"> <img alt="License: ISC" src="https://img.shields.io/badge/
Readme
Install
npm installRun tests
npm run testShow 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
