## Default `PaginationNav` renders `10` items and does not loop by default. ## Reactive example Use the `page` prop to bind to the current page number. ## Total Use the `total` prop to specify the number of pages. ## Loopable Set `loop` to `true` for navigation to be looped. ## Shown If `total` is greater than `10`, the number of items shown will be truncated to `10`. Use `shown` to override the number of items shown. ## Custom button text Use the `forwardText` and `backwardText` props to customize the button text. ## Tooltip Position Use the `tooltipPosition` prop to change the alignment of the tooltip.