Method: GOVUKDesignSystemFormBuilder::Containers::ButtonGroup#html

Defined in:
lib/govuk_design_system_formbuilder/containers/button_group.rb

#htmlObject



10
11
12
# File 'lib/govuk_design_system_formbuilder/containers/button_group.rb', line 10

def html
  tag.div(@buttons, class: %(#{brand}-button-group))
end