Method: Coco::Button#alpine_data
- Defined in:
- app/components/coco/base/button/button.rb
#alpine_data ⇒ Object
184 185 186 |
# File 'app/components/coco/base/button/button.rb', line 184 def alpine_data {tooltips: state_tooltips} if state_tooltips.present? end |