Method: ButtonGroup::Component#initialize
- Defined in:
- app/components/lookbook/button_group/component.rb
#initialize(size: :md, **html_attrs) ⇒ 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 |