Breadcrumb Items are used inside breadcrumbs to represent different links.
Breadcrumb Items are used inside breadcrumbs to represent different links.
import '@ods/components/web.breadcrumb-item';Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.
This component is still in development and cannot be imported at this time.
| Name | Description |
|---|---|
| (default) | The breadcrumb item's label. |
| prefix | An optional prefix, usually an icon or icon button. |
| suffix | An optional suffix, usually an icon or icon button. |
Please note, both DOM properties and HTML attributes are shown in the table below. Unless otherwise specified, the property and attribute names are identical.
| Property/Attribute | Reflects | Type | Default |
|---|---|---|---|
href | string | undefined | ||
target | '_blank' | '_parent' | '_self' | '_top' | undefined | ||
rel | string | 'noreferrer noopener' |
| Name | Description |
|---|---|
| base | The component's base wrapper. |
| label | The breadcrumb item's label. |
| prefix | The container that wraps the prefix. |
| suffix | The container that wraps the suffix. |