Components/Breadcrumb

Breadcrumb

Accessible navigation trail showing the user's location.

Installation

Examples

Slash separator

Default style with slash between crumbs.

Chevron separator

Arrow icons instead of slash.

API Reference

PropTypeDefaultDescription
items*BreadcrumbItem[]requiredArray of {label, href?} objects.
separatorReactNode'/'Custom separator element.