BreadcrumbItem

12 Sep 20251 minute to read

Properties

disabled boolean

Enable or disable the breadcrumb item, when set to true, the breadcrumb item will be disabled.

Defaults to false

iconCss string

Defines a class/multiple classes separated by a space for the item that is used to include an icon.

Defaults to null

id string

Specifies the id of the Breadcrumb item.

Defaults to ’’

text string

Specifies the text content of the Breadcrumb item.

Defaults to ’’

url string

Specifies the Url of the Breadcrumb item that will be activated when clicked.

Defaults to ’’