MediaBrowse media components
Chat
Message bubbles with self-vs-other styling, mentions, and timestamps.
Live preview
Usage
Adapters:React stableVue stable
index.html
<div class="lm-chat" role="log">
<div class="lm-chat-message">…</div>
</div>CSS classes (5)
| Class | Description |
|---|---|
lm-chat | List wrapper |
lm-chat-message | Single message row |
lm-chat-message-self | Right-aligned (own message) |
lm-chat-bubble | Speech bubble |
lm-chat-meta | Timestamp + author line |
Accessibility
- Use role='log' aria-live='polite' on scroll container.
Spotted something wrong? Edit this entry on GitHub.