Class: Protos::Modal::Trigger
- Defined in:
- lib/protos/modal/trigger.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: A trigger is a button that opens a modal.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: A trigger is a button that opens a modal
8 9 10 |
# File 'lib/protos/modal/trigger.rb', line 8 def view_template(&) (**attrs, &) end |