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_optionsObject



6
7
8
9
10
11
# File 'app/components/tramway/button_component.rb', line 6

def tooltip_options
  {
    text: tooltip_value(:text),
    event: tooltip_value(:event)
  }
end