fun-breadcrumbs
Breadcrumbs are used as part of page headers to help users navigate the application and see their current location.
- Every page except the ‘home’ page should have breadcrumbs.
- The first crumb must be a link to the ‘home’ page.
- The current page must be the last crumb. This may not be a link.
- All other crumbs must be links to pages.
Examples
Specifications
Properties
Property | Attribute | Required | Description | Type | Default |
---|---|---|---|---|---|
current | current | false | The name of the current crumb | string | |
links | links | false | Array of link crumbs | string | { href: string; label: string; }[] | [] |
Dependencies
Depends on
This documentation page generated from the source at fun-breadcrumbs.tsx