The BreadCrumbs component displays a navigation trail showing the user's current location within a hierarchy. Each crumb is clickable to navigate back to a parent level.
Basic Example
A breadcrumb trail with icons on the first two items:
No preview available
Example
Highlighting code...
Properties
Core Properties
- items: Array of breadcrumb items
- fields: Custom field mappings
- onclick: Callback when a crumb is clicked
- separator: Separator icon (default: chevron-right)
Customization
- crumb: Custom snippet for rendering each crumb
- class: Additional CSS classes