Breadcrumb
Breadcrumb zobrazuje jeden segment navigačnej cesty v aplikácii a je potomkom elementu Breadcrumbs. Môže zobrazovať aj ikonu.
Poznámka
Pre viac informácií o použítí Breadcrumbs sa presuňte do dokumentácie elementu Breadcrumbs.
Atribúty a Vlastnosti
href
Description | Contains the URL or URL fragment to which the hyperlink points. |
Attribute | href |
Type | string | undefined |
Default | undefined |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
native | References the a element inside the breadcrumb. |
separator | References a span element containing a separator between breadcrumbs items. |
CSS Custom Vlastnosti
Name | Description |
---|---|
--wje-breadcrumb-a | The color of the breadcrumb link |
--wje-breadcrumb-a-hover | The color of the breadcrumb link when hovered |
Sloty
Name | Description |
---|---|
`` | The main content of the breadcrumb element. |
end | The content is placed on the right in the LTR and on the left in the RTL. |
separator | Slot to customize the separator between breadcrumbs items. If not specified, the "chevron-right" icon is used by default. |
start | The content is placed on the left in the LTR and on the right in the RTL. |