Design System React

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

Site footer

JSX for this example
<React.Fragment />

Site footer configuration

SiteFooter components can have SiteFooter.Links, SiteFooter.Licensing and SiteFooter.Org children. Site footer components can use the following property:

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

Site footer links configuration

SiteFooter.Links components can have SiteFooter.Link children.

SiteFooter.Link components can have the following props:

href (optional)
The destination URL.
linkComponent (optional)
Function that returns an element, to customise the output.

Site footer licensing configuration

This is a basic container for copyright information, including any logo you might want to use.

Site footer org configuration

This is a basic container for an org logo. If you want the org logo to be wraped in a link, use the following propserties:

href (optional)
The destination URL.
title (optional)
Title attribute of the link.