GOV.UK Design System generic header component
<govuk-generic-header home-page-url="https://my.service.gov.uk">
<logo>
My service
</logo>
</govuk-generic-header><govuk-generic-header home-page-url="https://my.service.gov.uk">
<govuk-generic-header-logo>
My service
</govuk-generic-header-logo>
</govuk-generic-header>The content is the HTML to use after the logo.
| Attribute | Type | Description |
|---|---|---|
container-* |
Additional attributes to add to the generated container element. | |
home-page-url |
string |
The URL of the homepage link. If not specified, / will be used. |
The content is the HTML to use within the logo's link.
Must be inside a <govuk-generic-header> element.
| Attribute | Type | Description |
|---|---|---|
link-* |
Additional attributes to add to the generated homepage link element. |

