Breadcrumb

A navigational landmark that shows the user's current location within a site hierarchy.

Installation

npx dafink-ui add breadcrumb

Demo

Props

NameTypeDefaultDescription
itemsArray<{ label: string; href?: string }>-Ordered list of crumbs. The last item is the current page and should have no href.
separatorReactNode"/"Rendered between each item. Accepts strings or any React element.
classNamestring""Additional classes applied to the wrapping nav element.