Class: ButtonGroup::Component

Inherits:
Lookbook::BaseComponent
  • Object
show all
Defined in:
app/components/lookbook/button_group/component.rb

Instance Method Summary collapse

Constructor Details

#initialize(size: :md, **html_attrs) ⇒ Component

Returns a new instance of Component.



13
14
15
16
# File 'app/components/lookbook/button_group/component.rb', line 13

def initialize(size: :md, **html_attrs)
  @size = size
  super(**html_attrs)
end