Pagination
Break large sets of content into smaller, manageable pages. Used primarily in the staff portal to parse large tables.
Package: @terreno/ui
Categories: Component
Props interface: PaginationProps
Story source: demo/stories/Pagination.stories.tsx
Live demo
Props
| Prop | Type | Required | Description |
|---|---|---|---|
page | number | Yes | |
setPage | reflection | Yes | |
totalPages | number | Yes | |
testID | string | Root test id for the primary interactive element or container. |