Breadcrumbs

Breadcrumbs display a hierarchy of links to the current page or resource in an application.

  1. Home
  2. Products
  3. Current Page

Examples

Custom Items

  1. 🏠Home
  2. 📦Products
  3. 📄Current Page

Disabled

  1. Home
  2. Products
  3. Current Page

Long Path

Props

isDisabled
boolean
onAction
((key: Key) => void)
children
ReactNode | ((item: T) => ReactNode)
items
Iterable<T>
dependencies
readonly any[]
id
string
className
string
style
CSSProperties
slot
string | null