Item Appearance
The Breadcrumb component provides a set of options for customizing the appearance of its items.
To configure the rendering of the Breadcrumb items, use any of the following approaches:
Displaying Item Icons
The Breadcrumb enables you to display icons inside its items. You can either use the built-in Kendo UI icons that are set through the icon
property, or custom ones that are set with the iconClass
property.
Displaying Item Images
The Breadcrumb allows you to show custom images inside its items by utilizing the imageUrl
property.
Disabling Items
You can also mark a Breadcrumb item as disabled by using the disabled
property.