Skip to main content Skip to docs navigation

Pagination

Navigation controls that divide content across multiple pages, allowing users to browse through large datasets or content collections sequentially.

This documentation is a work in progress and may contain incomplete or outdated information. If you have any feedback or suggestions, please open an issue on GitHub.

Tokens

Standardized design system values that define consistent visual properties across pagination components. These tokens ensure visual coherence while enabling flexible theme customization and brand adaptation.

Theming Tokens

Design tokens organized by category with color-coded labels indicating their scope and impact level. Each token includes detailed specifications with values, usage guidelines, and customization options.

Legend:
  • Granular tokens that affect only this component.
  • Granular tokens that affect other components.
  • Semantic tokens that affect the whole application.
  • Base tokens that affect the whole application.

Color

Component TokenBase Token
color.context.default.fg-idle {color.base.context.light.default.fg-idle}
color.context.default.bg-idle {color.base.context.light.default.bg-idle}
color.context.default.fg-hover {color.base.context.light.default.fg-hover}
color.context.default.bg-hover {color.base.context.light.default.bg-hover}
color.context.default.fg-press {color.base.context.light.default.fg-press}
color.context.default.bg-press {color.base.context.light.default.bg-press}
color.context.default.fg-disabled {color.base.context.light.default.fg-disabled}
color.context.default.bg-disabled {color.base.context.light.default.bg-disabled}
color.context.primary.fg-solid {color.base.context.light.primary.fg-solid}
color.context.primary.bg-solid {color.base.context.light.primary.bg-solid}
color.context.primary.base-color {color.base.context.light.primary.base-color}
color.context.neutral.base-color {color.base.context.light.neutral.base-color}

Typography

Component TokenBase Token
font.text.medium.normal {fontFamily: {typography.fontFamily.text}, fontWeight: {typography.fontWeight.text.normal}, lineHeight: {typography.lineHeight.text.medium}, fontSize: {typography.fontSize.text.medium}, letterSpacing: {typography.letterSpacing.text.base}, paragraphSpacing: {typography.paragraphSpacing.text.base}, textCase: {typography.textCase.base.none}, textDecoration: {typography.textDecoration.base.none}}
font.text.medium.strong {fontFamily: {typography.fontFamily.text}, fontWeight: {typography.fontWeight.text.strong}, lineHeight: {typography.lineHeight.text.medium}, fontSize: {typography.fontSize.text.medium}, letterSpacing: {typography.letterSpacing.text.base}, paragraphSpacing: {typography.paragraphSpacing.text.base}, textCase: {typography.textCase.base.none}, textDecoration: {typography.textDecoration.base.none}}

Sizing

Component TokenBase Token
size.pagination.dot-idle-h {size.unit.8}
size.pagination.dot-idle-w {size.unit.8}
size.pagination.dot-active-h {size.unit.8}
size.pagination.dot-active-w {size.unit.8}
size.asset.separator {size.unit.1}
size.icon.glyph.small {size.unit.20}

Spacing

Component TokenBase Token
space.pagination.dot-gap {space.unit.8}
space.unit.4 {dimension.base.4}
space.unit.6 {dimension.base.6}
space.unit.8 {dimension.base.8}

Border Radius

Component TokenBase Token
borderRadius.pagination.button {borderRadius.context.medium}
borderRadius.pagination.dot {borderRadius.context.round-8}