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