ekairos
Prompt Input
The main input area for user interaction with file support.
installation
npx ekairos@latest add promptDisponible en registry.ekairos.dev/prompt
api reference
| prop | type | default | description |
|---|---|---|---|
| value | string | - | Current text value. |
| onChange | (value: string) => void | - | Handler for text changes. |
| status | 'idle' | 'streaming' | 'idle' | Visual state of the submit button. |
| attachments | Attachment[] | [] | List of files attached to the prompt. |