Usage

API

Props

PropTypeDefaultDescription
homeObject{ label: 'Home', icon: 'fa-solid fa-house' }Home/root item
itemsArray[]Array of breadcrumb items

Item Properties

PropertyTypeDescription
labelStringDisplay text
iconStringFontAwesome icon class
routeStringLink href
actionFunctionClick handler (item, event)

Events

EventDescription
clickEmitted when any item is clicked