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.

Attribute Type Description Default
dividerstring Change breadcrumbs separator between it's elements /
full-widthboolean Change breadcrumbs to a block level element false
itemsarray Set data to be shown in breadcrumbs []

Items - Examples

{
  text: string
  href: string
  disabled: boolean
}