--- title: Chat bubble desc: Chat bubbles are used to show one line of conversation and all its data, including the author image, author name, time, etc. layout: components classnames: component: - class: chat desc: Container for one line of conversation and its data part: - class: chat-image desc: Author image - class: chat-header desc: Text above the chat bubble - class: chat-footer desc: Text below the chat bubble - class: chat-bubble desc: Chat bubble placement: - class: chat-start desc: Aligns chat to start horizontally (required) - class: chat-end desc: Aligns chat to end horizontally (required) color: - class: chat-bubble-neutral desc: neutral color for chat-bubble - class: chat-bubble-primary desc: primary color for chat-bubble - class: chat-bubble-secondary desc: secondary color for chat-bubble - class: chat-bubble-accent desc: accent color for chat-bubble - class: chat-bubble-info desc: info color for chat-bubble - class: chat-bubble-success desc: success color for chat-bubble - class: chat-bubble-warning desc: warning color for chat-bubble - class: chat-bubble-error desc: error color for chat-bubble --- ### ~chat-start and chat-end