pnpm dlx shadcn@latest add @saturation/ai-chat-inputimport { AIChatInput } from "@/components/ui/ai-chat-input"<AIChatInput onSend={handleSend} />| Prop | Type | Default | Description |
|---|---|---|---|
onSend | (message: string) => void | — | Send message handler. |
placeholder | string | — | Input placeholder. |
disabled | boolean | — | Disable input. |