Class: Protos::Popover::Trigger
- Defined in:
- lib/protos/popover/trigger.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The trigger of a popover.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The trigger of a popover. This is the element that you would hover or click on to show the popover.
9 10 11 |
# File 'lib/protos/popover/trigger.rb', line 9 def view_template(&) (**attrs, &) end |