Breadcrumbs
Breadcrumbs display the current page or context within the site, allowing them to navigate different levels of the hierarchy.
Page navigation navigation
React
readyNot reviewed for a11y
Rails
readyNot reviewed for a11y
Figma
Breadcrumbs are used to show taxonomical context on pages that are many levels deep in a site's hierarchy. Breadcrumbs show and link to pages higher up in the ancestry.
React examples
Default
Props
Breadcrumbs
Name | Required | Description |
---|---|---|
className | string | |
children | Breadcrumbs.Item[] | |
sx | SystemStyleObject |
Breadcrumbs.Item
Name | Required | Description |
---|---|---|
selected | boolean Whether this item represents the current page | |
to | string | Partial<Path> Used when the item is rendered using a component like React Router's `Link`. The path to navigate to. | |
ref | React.RefObject<HTMLAnchorElement> | |
as | React.ElementType | |
sx | SystemStyleObject |