Breadcrumb Component

A flexible breadcrumb component for navigation and showing the current location.

Basic Breadcrumb

A simple breadcrumb with default styling.

Breadcrumbs with icons for better visual representation.

Custom Separator

Breadcrumbs with a custom separator.

Collapsed Breadcrumb

Breadcrumbs that collapse when there are too many items.

Styled Breadcrumb

Breadcrumbs with custom styling.

API Reference

Complete documentation of the Breadcrumb component props.

Breadcrumb Props

PropDescriptionTypeDefault
itemsArray of breadcrumb itemsBreadcrumbItem[]Required
separatorCustom separator between itemsReact.ReactNode
maxItemsMaximum number of items to show before collapsingnumber0 (no limit)
homeIconWhether to show a home icon for the first itembooleanfalse
classNameAdditional CSS classes for the breadcrumbstring-

BreadcrumbItem Interface