Chat Messages

An interactive chat messages component designed for iPhone mockups. It demonstrates smooth message animations with realistic conversation flows.

Examples

Incoming Chat

12:47

Outgoing Chat

12:47

Installation

npx shadcn@latest add "https://www.solaceui.com/r/chat-messages.json"

Component API

Chat

PropTypeDefaultDescription
messagesMessage[]An array of message objects. Each object should include a name, message, and an optional timestamp.
currentUserstringThe current user's name. Messages from this user are aligned to the right, and others to the left.