Design System React

AlphaThis a work in progress. Your input will help us to improve it. Report issues or raise questions on GitHub.

Site navigation

JSX for this example
<React.Fragment />

Site navigation configuration

SiteNavigation components can use the following prop:

className (optional)
A CSS class name to pass to the component.

Site navigation items configuration

SiteNavigation.Item components array can use the following props:

href
The destination URL.
isCurrent (optional)
Whether this is the current page. Boolean. Default is false.
linkComponent (optional)
Function that returns an element, to customise the output.