@numl-react/pagination
Version:
A simple and accessible component for React by numl design
36 lines (21 loc) • 517 B
Markdown
# @numl-react/pagination
An accordion is a vertically stacked set of interactive headings that each
contain a title or content snippet representing a section of content.
The headings function as controls that enable users to reveal or hide their
associated sections of content.
## Installation
```sh
yarn add @numl-react/pagination
# or
npm i @numl-react/pagination
```
## Import Components
```jsx
import { Pagination } from '@numl-react/pagination';
```
## Component
WIP
## Usage
WIP
## References
WIP