VEUI

VEUI on GitHub
Play!中文

BreadcrumbItem

Examples

See Breadcrumb examples.

API

Props

NameTypeDefaultDescription
tostring | Object-The address to go to after clicking on the breadcrumb item. See the to prop of the Link component.
typestring'link'

The type of breadcrumb item.

ValueDescription
linkLink style.
textText style.
nativebooleanfalseWhen true and to is specified, the native <a> element will be used directly, and the to value will be set to the href attribute of the <a> tag.

Slots

NameDescription
defaultThe content area of the breadcrumb item.

Events

NameDescription
redirectThe event triggered when an item with type of link is clicked. The callback parameter is (event: Event), which directly passes through the native click event object.

Separator

NameDescription
separatorThe separator between adjacent breadcrumb items.
Edit this page on GitHubEdit
© Baidu, Inc. 2024