Breadcrumbs are a set of links or labels used for navigation and context.
white
dividerCharacter="»"
default
Property | Type | Required | Default | Description |
---|---|---|---|---|
dividerCharacter | Node | false | / | The character used as a divider between Crumbs |
children | Node | false | - | Crumb components to be rendered within Breadcrumbs. |
white | Bool | false | - | Color modifier for the Breadcrumbs. |
Property | Type | Required | Default | Description |
---|---|---|---|---|
children | Node | false | - | Text content of the Breadcrumb. |
white | Bool | false | - | Boolean to toggle the light style for Breadcrumbs. |
href | String | false | - | href html prop |
dividerCharacter | Node | false | - | The character used as a divider between Crumbs; by default it will inherit the parent Breadcrumbs dividerCharacter |
hasLink | Bool | false | - | Use hasLink as a way to maintain the calcite link styles when no href is given (useful when using a Crumb with an outside routing library). |