Breadcrumbs
Show where users are in the application.
General
Code Editor
Code Editor
Separator
Custom separator in characters.
Code Editor
Code Editor
Icons
Show more information with icons.
Code Editor
Code Editor
With NextJS
Example for use with next.js
.
Code Editor
Code Editor
APIs
Breadcrumbs.Props
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
separator | separator string | string | - | / |
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Breadcrumbs.Item.Props
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
href | link address | string | - | - |
nextLink | in next.js route | boolean | - | false |
onClick | click event | (event: MouseEvent) => void | - | - |
... | native props | AnchorHTMLAttributes | 'id', 'className', ... | - |
Breadcrumbs.Separator.Props
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
... | native props | HTMLAttributes | 'id', 'className', ... | - |
Contributors
Geist is an open source project from the community.
And is powered by Netlify.