Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 641 Bytes

phase-banner.md

File metadata and controls

26 lines (17 loc) · 641 Bytes

Phase banner

GDS Phase banner component

Example

<govuk-phase-banner>
    <govuk-phase-banner-tag>Alpha</govuk-phase-banner-tag>
    This is a new service - your <a href="#" class="govuk-link">feedback</a> will help us to improve it.
</govuk-phase-banner>

Phase banner

API

<govuk-phase-banner>

The content is the HTML to use within the generated component.

<govuk-phase-banner-tag>

Required
The content is the HTML to use within the phase banner tag.
Must be inside a <govuk-phase-banner> element.