Breadcrumb
The navigation component at the top of screen
A hook for implementing Breadcrumb in your documentation, it returns the path to a page based on the given page tree.
If present, the index page of a folder will be used as the item
Usage
it exports a useBreadcrumb
hook:
Breadcrumb Item
Prop | Type | Description |
---|---|---|
name | string | Name of item |
url | string | null | Href link |
Last updated on