Installation
Preview
Source
Adapted from slev12397/beautiful-ui under the MIT License. Commercial icons were replaced and demo analytics were removed; attribution remains bundled with the component foundation.
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| variant | "Rounded" | "Pill" | "Rounded" | Composer shape. |
| demo | boolean | false | Runs the optional guided example. |
| tall | boolean | false | Uses the expanded layout. |
| placeholder | string | — | Textarea placeholder. |
| onSend | (text: string) => void | — | Receives submitted prompts. |
| onConnect | (source: string, connected: boolean) => void | — | Reports data-source connection changes. |
| onModelChange | (model: string) => void | — | Reports model selection. |