Module: StimulusPlumbers::Helpers::ButtonHelper
- Included in:
- StimulusPlumbers::Helpers
- Defined in:
- lib/stimulus_plumbers/helpers/button_helper.rb
Instance Method Summary collapse
Instance Method Details
#sp_button(content = nil, **kwargs, &block) ⇒ Object
6 7 8 |
# File 'lib/stimulus_plumbers/helpers/button_helper.rb', line 6 def (content = nil, **kwargs, &block) .render(content, **kwargs, &block) end |
#sp_button_group ⇒ Object
10 11 12 |
# File 'lib/stimulus_plumbers/helpers/button_helper.rb', line 10 def (...) .group(...) end |