Class: DesignSystem::Govuk::PanelComponent
- Inherits:
-
DesignSystem::Generic::PanelComponent
- Object
- DesignSystem::Generic::PanelComponent
- DesignSystem::Govuk::PanelComponent
- Defined in:
- app/components/design_system/govuk/panel_component.rb
Overview
GOV.UK confirmation panel.
Instance Method Summary collapse
Instance Method Details
#panel_classes ⇒ Object
5 6 7 |
# File 'app/components/design_system/govuk/panel_component.rb', line 5 def panel_classes super + ["#{brand}-panel--confirmation"] end |