Class: Protos::Card::Actions
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::Card::Actions
- Defined in:
- lib/protos/card/actions.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: Area for actions (e.g buttons) within a card.
Methods inherited from Protos::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 a card
8 9 10 |
# File 'lib/protos/card/actions.rb', line 8 def view_template(&) nav(**attrs, &) end |