Skip to main content Skip to docs navigation

Navigation components that organize content into multiple panels, with only one panel visible at a time, allowing users to switch between related content sections.

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 tab components. These tokens ensure visual coherence while enabling flexible theme customization and brand adaptation for navigation and content organization interfaces.

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.bg-main {color.base.context.light.default.bg-main}
color.context.default.fg-idle {color.base.context.light.default.fg-idle}
color.context.default.fg-hover {color.base.context.light.default.fg-hover}
color.context.default.fg-press {color.base.context.light.default.fg-press}
color.context.default.fg-disabled {color.base.context.light.default.fg-disabled}
color.context.default.cue-main {color.base.context.light.default.cue-main}
color.context.default.cue-slight {color.base.context.light.default.cue-slight}
color.context.default.border-subtle {color.base.context.light.default.border-subtle}

Typography

Component TokenBase Token
font.tab.medium {font.text.medium.strong}
font.tab.large {font.text.large.strong}
font.tab.small {font.text.small.strong}

Sizing

Component TokenBase Token
size.icon.glyph.medium {size.unit.24}
size.icon.glyph.small {size.unit.20}
size.icon.glyph.xsmall {size.unit.16}
size.icon.glyph.large {size.unit.28}
size.asset.indicator {size.unit.4}

Spacing

Component TokenBase Token
space.context.medium {size.unit.16}
space.context.small {size.unit.12}
space.context.xsmall {size.unit.8}
space.unit.10 {dimension.base.10}
space.unit.6 {dimension.base.6}

Border Width

Component TokenBase Token
borderWidth.tab.main {borderWidth.context.medium}

Border Radius

Component TokenBase Token
borderRadius.tab.medium {borderRadius.context.medium}
borderRadius.tab.large {borderRadius.context.large}
borderRadius.tab.small {borderRadius.context.medium}