Class: DesignSystem::Govuk::PanelComponent

Inherits:
DesignSystem::Generic::PanelComponent
  • Object
show all
Defined in:
app/components/design_system/govuk/panel_component.rb

Overview

GOV.UK confirmation panel.

Instance Method Summary collapse

Instance Method Details

#panel_classesObject



5
6
7
# File 'app/components/design_system/govuk/panel_component.rb', line 5

def panel_classes
  super + ["#{brand}-panel--confirmation"]
end