@govuk-react/footer
v0.10.7
Published
govuk-react Footer component.
Keywords
Readme
Footer
Import
import Footer from '@govuk-react/footer';The footer provides copyright, licensing and other information about your service and department.
- https://govuk-react.github.io/govuk-react/?path=/docs/footer
- https://design-system.service.gov.uk/components/footer/
Properties
Prop | Required | Default | Type | Description
:--- | :------- | :------ | :--- | :----------
children | | undefined | ReactNode | Footer navigation links
container | | Footer.WidthContainer | ElementType | Override the default footer container component.children, copyright and meta will be placed inside this component.
copyright | | undefined | CopyrightProps | Copyright information
licence | | <Licence /> | ReactNode | Licence content
meta | | undefined | ReactNode | Meta text and links
