Class: Protos::Drawer::Trigger
- Defined in:
- lib/protos/drawer/trigger.rb
Instance Method Summary collapse
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
11 12 13 |
# File 'lib/protos/drawer/trigger.rb', line 11 def view_template(&) label(for: @input_id, **attrs, &) end |