Skip to content

0soft/mui-paginations

Repository files navigation

MUI Paginations

NPM Downloads peerDependencies Status npm version Build Status Coverage Status

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:

Installation

$ 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

Examples

This pagination:

is generated by this code:

<Pagination />

Usage

We currently have the following Pagination Components available:

Click on each of them to get more details about the usage of each of them.

License

The files included in this repository are licensed under the MIT license.

Releases

No releases published

Packages

No packages published