Class: Protos::Collapse::Content
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::Collapse::Content
- Defined in:
- lib/protos/collapse/content.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: The content of a collapse.
Methods inherited from Protos::Component
Constructor Details
This class inherits a constructor from Protos::Component
Instance Method Details
#view_template ⇒ Object
DOCS: The content of a collapse. This would be hidden until the collapse is opened.
9 10 11 |
# File 'lib/protos/collapse/content.rb', line 9 def view_template(&) div(**attrs, &) end |