Class: Protos::Card::Title
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::Card::Title
- Defined in:
- lib/protos/card/title.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The title of a card.
Methods inherited from Protos::Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The title of a card
8 9 10 |
# File 'lib/protos/card/title.rb', line 8 def view_template(&) div(**attrs, &) end |