Skip to main content

Breadcrumb Item

<gstock-breadcrumb-item> | GstockBreadcrumbItem

API

Propiedades

Nombre Descripción Reflects Tipo Por defecto
download Tells the browser to download the linked file as this filename. Only used when href is present. string | undefined -
href Optional URL to direct the user to when the breadcrumb item is activated. When set, a link will be rendered internally. When unset, a button will be rendered instead. string | undefined -
iconPrefix
prefix
The prefix icon name. string | undefined -
iconSuffix
suffix
The suffix icon name. string | undefined -
target Tells the browser where to open the link. Only used when href is set. '_blank' | '_parent' | '_self' | '_top' | undefined -
rel The rel attribute to use on the link. Only used when href is set. string 'noreferrer noopener'
updateComplete

A read-only promise that resolves when the component has finished updating.

Aprende más sobre atributos y propiedades .

Slots

Nombre Descripción
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.

Aprende más sobre slots .

Partes

Nombre Descripción
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.

Aprende más sobre partes CSS .