Breadcrumb
import { AXBreadcrumbsModule } from '@acorex/components/breadcrumbs';
Overview
Usage
ax-breadcrumbs
Preview
Code
Activated state
Preview
Code
Disabled state
Preview
Code
Icon Mode
Preview
Code
Design Tokens
--ax-comp-breadcrumbs-text-color | var(--ax-sys-color-on-lightest-surface) | Text color for breadcrumb items. Uses the system's text color. |
--ax-comp-breadcrumbs-text-active-color | var(--ax-sys-color-primary-surface) | Text color for the active breadcrumb item. Uses the primary color. |
--ax-comp-breadcrumbs-text-opacity | 0.75 | Opacity of the breadcrumb text (0 = transparent, 1 = opaque). |
--ax-comp-breadcrumbs-prefix-padding-x | 0.5rem | Horizontal padding for the prefix (e.g., icon) before the text. |
--ax-comp-breadcrumbs-divider-padding-x | 0.375rem | Horizontal padding for the dividers between items. |
Props
active | boolean | false | Indicates whether the breadcrumb item is active. |
disabled | boolean | false | Specifies whether the breadcrumb item is disabled. |