npx shadcn@latest add "https://www.terminal-kit.com/r/message.json"| Prop | Type | Default | Description |
|---|---|---|---|
| prompt | string | "❯" | Prompt symbol shown before the text. |
| className | string | — | CSS classes on the message row (e.g. override bg or text color). |
| children * | ReactNode | — | Prompt text content. |
| ...props | HTMLDivElement | — | Standard div props. |