Pager
Pagination controls with page numbers, navigation arrows, and items range display. Supports three display modes: pages, items, or both.
Import
import { Pager } from 'reablocks';
Pager Props
| Prop | Type | Default | Description |
|---|---|---|---|
page | number | — | Current page (0-indexed) |
size | number | — | Items per page |
total | number | — | Total number of items |
displayMode | 'pages' | 'items' | 'all' | `'p |
[Description truncada. Veja o README completo no GitHub.]