Chat bubbles are used to show one line of conversation and all its data, including the author image, author name, time, etc.
Class name | Type | |
---|---|---|
chat | Component | Container for one line of conversation and its data |
chat-image | Part | Author image |
chat-header | Part | Text above the chat bubble |
chat-footer | Part | Text below the chat bubble |
chat-bubble | Part | Chat bubble |
chat-start | Placement | Aligns chat to start horizontally (required) |
chat-end | Placement | Aligns chat to end horizontally (required) |
chat-bubble-primary | Color | primary color for chat-bubble |
chat-bubble-secondary | Color | secondary color for chat-bubble |
chat-bubble-accent | Color | accent color for chat-bubble |
chat-bubble-info | Color | info color for chat-bubble |
chat-bubble-success | Color | success color for chat-bubble |
chat-bubble-warning | Color | warning color for chat-bubble |
chat-bubble-error | Color | error color for chat-bubble |
<div class="$$chat $$chat-start"> <div class="$$chat-bubble"> It's over Anakin, <br /> I have the high ground. </div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble">You underestimate my power!</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble">
It's over Anakin,
<br />
I have the high ground.
</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble">You underestimate my power!</div>
</div>
<div class="$$chat $$chat-start"> <div class="$$chat-bubble"> It's over Anakin, <br /> I have the high ground. </div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble">You underestimate my power!</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble">
It's over Anakin,
<br />
I have the high ground.
</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble">You underestimate my power!</div>
</div>
<div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">It was said that you would, destroy the Sith, not join them.</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">It was you who would bring balance to the Force</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">Not leave it in Darkness</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">It was said that you would, destroy the Sith, not join them.</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">It was you who would bring balance to the Force</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">Not leave it in Darkness</div>
</div>
<div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">It was said that you would, destroy the Sith, not join them.</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">It was you who would bring balance to the Force</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-image $$avatar"> <div class="w-10 rounded-full"> <img alt="Tailwind CSS chat bubble component" src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" /> </div> </div> <div class="$$chat-bubble">Not leave it in Darkness</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">It was said that you would, destroy the Sith, not join them.</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">It was you who would bring balance to the Force</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-image $$avatar">
<div class="w-10 rounded-full">
<img
alt="Tailwind CSS chat bubble component"
src="https://img.daisyui.com/images/stock/photo-1534528741775-53994a69daeb.webp" />
</div>
</div>
<div class="$$chat-bubble">Not leave it in Darkness</div>
</div>
<div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-primary">What kind of nonsense is this</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-secondary"> Put me on the Council and not make me a Master!?? </div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-accent"> That's never been done in the history of the Jedi. It's insulting! </div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-info">Calm down, Anakin.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-success">You have been given a great honor.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-warning">To be on the Council at your age.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-error">It's never happened before.</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-primary">What kind of nonsense is this</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-secondary">
Put me on the Council and not make me a Master!??
</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-accent">
That's never been done in the history of the Jedi. It's insulting!
</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-info">Calm down, Anakin.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-success">You have been given a great honor.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-warning">To be on the Council at your age.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-error">It's never happened before.</div>
</div>
<div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-primary">What kind of nonsense is this</div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-secondary"> Put me on the Council and not make me a Master!?? </div> </div> <div class="$$chat $$chat-start"> <div class="$$chat-bubble $$chat-bubble-accent"> That's never been done in the history of the Jedi. It's insulting! </div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-info">Calm down, Anakin.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-success">You have been given a great honor.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-warning">To be on the Council at your age.</div> </div> <div class="$$chat $$chat-end"> <div class="$$chat-bubble $$chat-bubble-error">It's never happened before.</div> </div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-primary">What kind of nonsense is this</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-secondary">
Put me on the Council and not make me a Master!??
</div>
</div>
<div class="$$chat $$chat-start">
<div class="$$chat-bubble $$chat-bubble-accent">
That's never been done in the history of the Jedi. It's insulting!
</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-info">Calm down, Anakin.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-success">You have been given a great honor.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-warning">To be on the Council at your age.</div>
</div>
<div class="$$chat $$chat-end">
<div class="$$chat-bubble $$chat-bubble-error">It's never happened before.</div>
</div>