Class: Protos::Alert::Actions
- Defined in:
- lib/protos/alert/actions.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: Area for actions (e.g buttons) within an alert.
Methods inherited from Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: Area for actions (e.g buttons) within an alert
8 9 10 |
# File 'lib/protos/alert/actions.rb', line 8 def view_template(&) nav(**attrs, &) end |