Breadcrumbs
Breadcrumbs display the current page or context within the site, allowing them to navigate different levels of the hierarchy.
On this page
- @primer/react@36.21.0
- Alpha
- Not reviewed for accessibility
On this page
Import
import {Breadcrumbs} from '@primer/react'
Examples
Props
Breadcrumbs
Name | Default | Description |
---|---|---|
children | Breadcrumbs.Item[] | |
sx | SystemStyleObject |
Breadcrumbs.Item
Name | Default | Description |
---|---|---|
selected | false | boolean |
ref | React.RefObject<HTMLAnchorElement> | |
as | "a" | React.ElementType |
sx | SystemStyleObject |