IPagerProps
@spartanfx/react / IPagerProps
Interface: IPagerProps
Props for the Pager component.
Properties
| Property | Type | Description |
|---|---|---|
ariaLabelNext? | string | Accessible label for the next page button |
ariaLabelPrevious? | string | Accessible label for the previous page button |
children | (itemsOnPage) => ReactNode | Render function receiving the current page's items |
items | any[] | Array of items to paginate |
layout? | PagerLayout | Layout variant controlling visible UI elements |
numberOfItemsPerPage | number | Number of items to display per page |