Breadcrumbs
<sc-breadcrumbs></sc-breadcrumbs>
This component let users create breadcrumb container.
- Preview
- Code
<sc-breadcrumbs><sc-breadcrumb>First</sc-breadcrumb><sc-breadcrumb>Second</sc-breadcrumb><sc-breadcrumb>Third</sc-breadcrumb></sc-breadcrumbs>
Component Codex
Properties
Property | Description | Type | Default |
---|---|---|---|
label | The label to use for the breadcrumb control. This will not be shown, but it will be announced by screen readers and other assistive devices. | string | 'Breadcrumb' |
Shadow Parts
Part | Description |
---|---|
base | The elements base wrapper. |
separator | The separator. |