Module: Tramway::ButtonComponentTooltip
- Included in:
- ButtonComponent
- Defined in:
- app/components/tramway/button_component.rb
Overview
Tooltip options handling for Tramway button
Instance Method Summary collapse
Instance Method Details
#tooltip_options ⇒ Object
6 7 8 9 10 11 |
# File 'app/components/tramway/button_component.rb', line 6 def { text: tooltip_value(:text), event: tooltip_value(:event) } end |