Components

Panel

The panel component is a visible container used on confirmation or results pages to highlight important content.

See the GOV.UK Design System documentation on panels for more information on when to use this component.

Application complete

Your reference number
GVJ2123F
<gv-panel>
  <template #title>
    Application complete
  </template>
  Your reference number<br><strong>GVJ2123F</strong>
</gv-panel>

Props

NameTypeDescription
title string
Text to use within the panel title. If content is provided in the title slot, this prop will be ignored.
headingLevel number
Heading level, from 1 to 6.

Defaults to 1.
text string
Text to use within the panel content. If content is provided in the default slot, this prop will be ignored.

Slots

NameDescription
title
The content of the panel title. If content is provided in this slot, the title prop will be ignored.
default
The content of the panel. If content is provided in this slot, the text prop will be ignored.