agrp.dev logo
Components
BadgeButtonCheckboxCollapseDatePickerIconIndicatorInputMessageNotificationPaginationBasic usageOther propsProgressRadioSelectSkeletonSwitchTabsTextAreaTimelineTooltipsTypography

Pagination

Pagination allows you to break large amounts of content to multiple pages.

Basic usage

const total = 1000;
const pageSize = 10;
const page = 5;

Other props

Hide arrows

Custom arrows

Custom pages

Custom separators

Without separators