Pagination

Pagination is a component for managing the pagination and navigation of content.

Usage

import { Pagination } from "@yamada-ui/react"
<Pagination.Root total={10} />

Change Variant

Change Size

Change Color Scheme

Default Page

Set the initial page with the defaultPage prop.

Add Edge Control Buttons

To add buttons to move to the first and last pages, set withEdges to true.

Customize the Number of Siblings

To change the number of pages displayed on the left and right of the current page, set siblings to a number.

Customize the Number of Boundaries

To change the number of pages displayed on the left and right edges, set boundaries to a number.

Disable

To disable the pagination, set disabled to true.

Display Text

Customize Control Buttons

Customize Text

Control

Props

Accessibility

Currently, this section is being updated due to the migration of v2.