Table of Contents#
Default Breadcrumb#
Custom Separator#
Breadcrumb Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Breadcrumb items to display as children. |
| separator | ReactNode | '/' | Custom separator between breadcrumb items. |
| className | string | '' | Additional CSS classes for the breadcrumb container. |
Breadcrumb Item Props#
| Prop | Type | Default | Description |
|---|---|---|---|
| children | ReactNode | - | Content of the breadcrumb item. |
| href | string | '' | Optional link for the breadcrumb item. |
| active | boolean | false | Marks the breadcrumb item as the current page. |
| className | string | '' | Additional CSS classes for the breadcrumb item. |