Pagination
Page navigation links
Previous/next navigation between pages.
Usage
The component renders previous and next links for navigating between documentation pages.
Only next
Only previous
Props
| prop | type | description |
|---|---|---|
| prev | object | Previous page link |
| next | object | Next page link |
Link object
| prop | type | description |
|---|---|---|
| href | string | Page URL |
| title | string | Page title |
Styling
The component uses theme tokens for consistent styling:
border-linefor bordersbg-surface/30for background with hover statetext-mutedandtext-fgfor text colors
Returns null when both prev and next are undefined.