--- 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
It's over Anakin,
I have the high ground.
You underestimate my power!
```html
It's over Anakin,
I have the high ground.
You underestimate my power!
``` ### ~Chat with image
Tailwind CSS chat bubble component
It was said that you would, destroy the Sith, not join them.
Tailwind CSS chat bubble component
It was you who would bring balance to the Force
Tailwind CSS chat bubble component
Not leave it in Darkness
```html
Tailwind CSS chat bubble component
It was said that you would, destroy the Sith, not join them.
Tailwind CSS chat bubble component
It was you who would bring balance to the Force
Tailwind CSS chat bubble component
Not leave it in Darkness
``` ### ~Chat with image, header and footer
Tailwind CSS chat bubble component
Obi-Wan Kenobi
You were the Chosen One!
Tailwind CSS chat bubble component
Anakin
I hate you!
```html
Tailwind CSS chat bubble component
Obi-Wan Kenobi
You were the Chosen One!
Tailwind CSS chat bubble component
Anakin
I hate you!
``` ### ~Chat with header and footer
Obi-Wan Kenobi
You were my brother, Anakin.
Obi-Wan Kenobi
I loved you.
```html
Obi-Wan Kenobi
You were the Chosen One!
Obi-Wan Kenobi
I loved you.
``` ### ~Chat Bubble with colors
What kind of nonsense is this
Put me on the Council and not make me a Master!??
That's never been done in the history of the Jedi.
It's insulting!
Calm down, Anakin.
You have been given a great honor.
To be on the Council at your age.
It's never happened before.
```html
What kind of nonsense is this
Put me on the Council and not make me a Master!??
That's never been done in the history of the Jedi.
It's insulting!
Calm down, Anakin.
You have been given a great honor.
To be on the Council at your age.
It's never happened before.
```