An open API service indexing awesome lists of open source software.

https://github.com/mnzsss/react-chakra-pagination

:atom_symbol: Easy way for paginate anything using Chakra UI
https://github.com/mnzsss/react-chakra-pagination

chakra-ui react react-icons react-table table typescript

Last synced: 6 months ago
JSON representation

:atom_symbol: Easy way for paginate anything using Chakra UI

Awesome Lists containing this project

README

          

![rcp](https://user-images.githubusercontent.com/51327920/221086236-b931b5de-f67b-4415-bbc8-370449c4ca55.jpg)

[![npm version](https://badge.fury.io/js/react-chakra-pagination.svg)](https://badge.fury.io/js/react-chakra-pagination.svg)

---

Collection of components to enable you paginate your data like table and lists using Chakra UI.

## Demo

Try package on the [Sandbox](https://codesandbox.io/s/demo-react-chakra-pagination-1ywkt/) or use the [example project](https://github.com/mnzsss/react-chakra-pagination/tree/master/examples/vite-table)

## Installation

Before install you need setup Chakra UI, follow [instructions.](https://chakra-ui.com/docs/getting-started)

```bash
# using npm
npm install react-chakra-pagination

# using pnpm
pnpm install react-chakra-pagination

# using yarn
yarn add react-chakra-pagination
```

## License

Licensed under the [MIT license](https://github.com/shadcn/ui/blob/main/LICENSE.md).