Tailwind CSS Breadcrumbs - Props

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.

AttributeTypeDescriptionDefault
separatornodeChange breadcrumbs separator between it's elements/
fullWidthbooleanChange breadcrumbs to a block level elementfalse
classNamestringAdd custom className for breadcrumbs''
childrennodeAdd content for breadcrumbsNo default value it's a required prop.


For TypeScript Only

import type { BreadcrumbsProps } from "@material-tailwind/react";
Edit this page on Github