Phase banner
Use the phase banner component to show users your service is still being worked on.
<div class="govuk-phase-banner">
<p class="govuk-phase-banner__content">
<strong
class="govuk-tag govuk-phase-banner__content__tag moduk-tag--default"
>
Alpha
</strong>
<span class="govuk-phase-banner__text">
This is a new service – your
<a class="govuk-link" href="#">feedback</a> will help us to improve it.
</span>
</p>
</div>
Nunjucks macro options
Use options to customise the appearance, content and behaviour of a component when using a macro, for example, changing the text.
Some options are required for the macro to work; these are marked as "Required" in the option description.
If you’re using Nunjucks macros in production with "html" options, or ones ending with "html", you must sanitise the HTML to protect against cross-site scripting exploits.
Name | Type | Description |
---|---|---|
text | string | Required. If |
html | string | Required. If |
tag | object | Required. The tag used by the phase banner component. See tag. |
classes | string | Classes to add to the phase banner container. |
attributes | object | HTML attributes (for example data attributes) to add to the phase banner container. |
{% from "moduk/components/phase-banner/macro.njk" import modukPhaseBanner -%}
{{ modukPhaseBanner({
tag: {
text: "Alpha"
},
html: 'This is a new service – your <a class="govuk-link" href="#">feedback</a> will help us to improve it.'
}) -}}
See GOV.UK phase banner component guidance for:
- when to use this component
- how it works
Changes from the GOV.UK version
MOD.UK Design System components are closely based on GOV.UK Design System components.
For this component we’ve changed the font and the colours.
Have you tested this component?
Let us know how we could improve this component or share your user research findings.
Email the MOD.UK Design System team at design-system@digital.mod.uk
Need help?
Email the MOD.UK Design System team at design-system@digital.mod.uk if you have questions or feedback.