Breadcrumb Item

Breadcrumb Items are used inside breadcrumbs to represent different links.

See the Breadcrumb component documentation for more detailed information on using breadcrumbs in OLYSENSE.

Breadcrumb Items are used inside breadcrumbs to represent different links.

Procedures Colonoscopy Patient
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.

Slots

NameDescription
(default)The breadcrumb item's label.
prefixAn optional prefix, usually an icon or icon button.
suffixAn optional suffix, usually an icon or icon button.

Properties

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/AttributeReflectsTypeDefault
href
string | undefined
target
'_blank' | '_parent' | '_self' | '_top' | undefined
rel
string'noreferrer noopener'

Parts

NameDescription
baseThe component's base wrapper.
labelThe breadcrumb item's label.
prefixThe container that wraps the prefix.
suffixThe container that wraps the suffix.

Search