BreadcrumbItem

BreadcrumbItem is required to be used within Breadcrumb.

Demos

See the demos of Breadcrumb.

API

Props

NameTypeDefaultDescription
tostring|Object-The target location. See Link's to prop.
typestring'link'

The type of the item.

ValueDescription
linkHyperlink.
textPure text.
nativebooleanfalseWhen set to true and to is specified, native <a> element will be used and to will be set as the href attribute to this <a> element.

Slots

NameDescription
defaultThe content of the breadcrumb item.

Events

NameDescription
redirectTriggered when clicking the item with type value link. The callback parameter list is (event: Event). event is a native click event object.

Icons

NameDescription
separatorThe separator between adjacent breadcrumb items.