14:42
An interactive chat messages component designed for iPhone mockups. It demonstrates smooth message animations with realistic conversation flows.
| Prop | Type | Default | Description |
|---|---|---|---|
| messages | Message[] | — | An array of message objects. Each object should include a name, message, and an optional timestamp. |
| currentUser | string | — | The current user's name. Messages from this user are aligned to the right, and others to the left. |