Utility
Terminal
█
chat-message-demo █
Loading preview... █
█
█
█
█
█
█
█
█
█
█
█
█
█
█
█Installation
$ pnpm dlx shadcn@latest add @termcn/opentui/chat-message
Usage
import { ChatMessage } from "@/components/ui/chat-message";<ChatMessage sender="assistant" name="Claude" timestamp={new Date()}>
Here is the refactored version of your function.
</ChatMessage>API Reference
ChatMessage
| Prop | Type | Default |
|---|---|---|
sender | "user" | "assistant" | "system" | "error" | required |
name | string | - |
timestamp | Date | - |
streaming | boolean | false |
collapsed | boolean | - |
children | ReactNode | - |