Skip to content

Commit

Permalink
docs(pagination): fix typo of missing "`" in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wiyco committed Jun 25, 2024
1 parent 720f2f5 commit e0df385
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/components/pagination.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ You can use the `renderItem` property to customize the pagination items.
- **prev**: The previous button slot.
- **next**: The next button slot.
- **item**: The pagination item slot, applied to the middle items.
- **cursor**: The current page slot. Available only when `disableCursorAnimation` is `false` and `disableAnimation` is `false.
- **cursor**: The current page slot. Available only when `disableCursorAnimation` is `false` and `disableAnimation` is `false`.
- **forwardIcon**: The forward icon slot. The one that appears when hovering the ellipsis button.
- **ellipsis**: The ellipsis slot.
- **chevronNext**: The chevron next icon slot.
Expand Down

0 comments on commit e0df385

Please sign in to comment.