PaginationItem API
API reference for the PaginationItem component.
PaginationItem
Props
| Name | Type | Default | Description |
|---|---|---|---|
namespace | string | "v0:pagination" | Namespace for dependency injection |
value* | number | — | Page number this item represents |
disabled | boolean | false | Override disabled state |
id | string | genId() | Unique identifier for registration |
Slots
| Name | Slot Props | Description |
|---|---|---|
default | PaginationItemSlotProps | — |
