The following props are available for breadcrumbs component. These are the custom props that come with we've added for the breadcrumbs component and you can use all the other native props as well.
Attribute | Type | Description | Default |
---|---|---|---|
separator | node | Change breadcrumbs separator between it's elements | / |
fullWidth | boolean | Change breadcrumbs to a block level element | false |
className | string | Add custom className for breadcrumbs | '' |
children | node | Add content for breadcrumbs | No default value it's a required prop. |
import type { BreadcrumbsProps } from "@material-tailwind/react";