Breadcrumbs

Breadcrumbs display the current page or context within the site, allowing them to navigate different levels of the hierarchy.

v0.21.0BetaNot reviewed for accessibility

Description

Use Breadcrumbs to display page hierarchy.

Known issues

Responsiveness

Breadcrumbs is not optimized for responsive designs.

Accessibility

Breadcrumbs renders a list of links within a nav element and has an implicit landmark role of navigation. By default, the component labels the nav element with "Breadcrumbs" which helps distinguish the type of navigation. Additionally, the component will always render the last link, which should represent the current page, with an aria-current="page" attribute.

For more information on the breadcrumbs pattern implemented by this component, see WAI-ARIA 1.1 Breadcrumb.

Arguments

NameDefaultDescription
system_arguments

N/A

Hash

Examples

Slots

items

NameDefaultDescription
href

N/A

String

The URL to link to.

system_arguments

N/A

Hash

This component is part of Primer::Beta::Breadcrumbs and should not be used as a standalone component.

Methods

selected

Returns the value of attribute selected.

selected=

Sets the attribute selected

NameDefaultDescription
value

N/A

the value to set the attribute selected to.

href

Returns the value of attribute href.

href=

Sets the attribute href

NameDefaultDescription
value

N/A

the value to set the attribute href to.