Breadcrumb

Array-driven navigation trail with optional icons, current page indication, and smart truncation for long paths.

With Truncation

Props

The available data properties for this component.

Property Default Description
items[]Array of breadcrumb items with shape { label, href?, icon? }. The last item is rendered as the current page and is not linked.
maxVisible3When the number of items exceeds this value, the middle ones collapse into an expandable ellipsis button.

About this component