Skip to main content Skip to docs navigation

Breadcrumb

Navigation components that display the current page location within the site hierarchy, enabling users to understand their position and navigate to parent pages.

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 breadcrumb 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-main {color.base.context.light.default.fg-main}
color.context.default.fg-subtle {color.base.context.light.default.fg-subtle}
color.context.default.link-main {color.base.context.light.default.link-main}

Typography

Component TokenValue
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.base.zero}, paragraphSpacing: {typography.paragraphSpacing.base.zero}, textCase: {typography.textCase.base.none}, textDecoration: {typography.textDecoration.base.none}}

Sizing

Component TokenBase Token
size.icon.glyph.medium {size.unit.24}
size.icon.glyph.small {size.unit.20}

Spacing

Component TokenBase Token
space.context.medium {size.unit.16}
space.context.xsmall {size.unit.8}