Material UI + Paginations, packaged and ready to go! 📦
MUI Paginations help you build beautiful material-ui components with the mninimal amount of code possible. This way you can keep focusing on your logic. :dart:
$ npm i --save mui-paginations
This project also require the following peer dependencies:
Dependency | Version |
---|---|
@material-ui/core | ^4.1.0 |
@material-ui/icons | ^4.1.0 |
classnames | ^2.2.6 |
core-js | ^3.1.3 |
Install all of them via:
$ npm i --save @material-ui/core @material-ui/icons classnames core-js
This pagination:
is generated by this code:
<Pagination />
We currently have the following Pagination Components available:
Click on each of them to get more details about the usage of each of them.
The files included in this repository are licensed under the MIT license.