Skip to content
MediaBrowse media components
ComponentsMediaNew in 0.2

Chat

Message bubbles with self-vs-other styling, mentions, and timestamps.

Live preview

MK
Hey alex, the staging bake is green.
Maya · 2:14 PM
Promoting to prod in 5.
You · 2:15 PM
AL

Usage

Adapters:React stableVue stable
index.html
<div class="lm-chat" role="log">
  <div class="lm-chat-message">…</div>
</div>

CSS classes (5)

ClassDescription
lm-chatList wrapper
lm-chat-messageSingle message row
lm-chat-message-selfRight-aligned (own message)
lm-chat-bubbleSpeech bubble
lm-chat-metaTimestamp + author line

Accessibility

  • Use role='log' aria-live='polite' on scroll container.

Spotted something wrong? Edit this entry on GitHub.