Method: Coco::Button#state_tooltips
- Defined in:
- app/components/coco/base/button/button.rb
#state_tooltips ⇒ Object
178 179 180 181 182 |
# File 'app/components/coco/base/button/button.rb', line 178 def state_tooltips @_tooltips = states.map do |name, props| [name, props[:tooltip]] if props[:tooltip].present? end.compact.to_h end |