Class: Protos::ChatBubble::Footer

Inherits:
Protos::Component show all
Defined in:
lib/protos/chat_bubble/footer.rb

Instance Method Summary collapse

Methods inherited from Protos::Component

#initialize

Constructor Details

This class inherits a constructor from Protos::Component

Instance Method Details

#view_templateObject

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