Class: Protos::ChatBubble::Image
- Inherits:
-
Protos::Component
- Object
- Phlex::HTML
- Protos::Component
- Protos::ChatBubble::Image
- Defined in:
- lib/protos/chat_bubble/image.rb
Instance Method Summary collapse
-
#view_template ⇒ Object
DOCS: An image within 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: An image within a chat bubble. This would typically be an avatar component.
9 10 11 |
# File 'lib/protos/chat_bubble/image.rb', line 9 def view_template(&) div(**attrs, &) end |