ChatMessage

Domain

Chat bubble for AI conversations — USER bubbles are right-aligned (primary bg), ASSISTANT bubbles are left-aligned (surface-raised).

User message

Preview
Write a short intro paragraph about AI trends in 2026.
KK
Code
<ChatMessage message={{ role: 'USER', content: '...' }} />

Assistant message

Preview

Gökçe

Artificial intelligence in 2026 is defined by three major shifts: democratisation of frontier models, agentic workflows, and multimodal reasoning as a standard capability.
Code
<ChatMessage message={{ role: 'ASSISTANT', content: '...' }} />
Sourcemodules/domains/ai/chat/ChatMessage.tsx