Class: Matestack::Ui::Bootstrap::Components::ButtonGroup

Inherits:
BaseComponent
  • Object
show all
Defined in:
lib/matestack/ui/bootstrap/components/button_group.rb

Instance Method Summary collapse

Instance Method Details

#responseObject



9
10
11
12
13
# File 'lib/matestack/ui/bootstrap/components/button_group.rb', line 9

def response
  div buttongroup_attributes do
    yield if block_given?
  end
end