Pagination
Buttons or a dropdown for navigating between pages.
Figma Link
- Web Components
- Flutter
Demo
zeta-web v1.4.0
Web Components
Storybook
https://design.zebra.com/web/storybook/?path=/docs/components-pagination--docs
Attributes
| Name | Description | Type | Default |
|---|---|---|---|
| totalPages | Total number of pages. | number | 10 |
| siblingCount | Number of pages on both sides of current active page. | number | 1 |
| currentPage | Current active page. | undefined | undefined |
Inherited Attributes
| Name | Description | Type | Default | Inherited From |
|---|---|---|---|---|
| rounded | Whether the component is rounded or sharp.When true, rounded will set the border radius of the first child, and any children with class 'contourable-target' to --radius-minimal.Otherwise, this value will be --radius-none. | boolean | undefined | true | Contourable |
Flutter component not available yet