Components•AI voice input
Components•AI voice input
AI voice input
A chat input with voice recording overlay, waveform feedback, and message submission callbacks.
Dependencies
Copy below cli
npx shadcn add @bjork-ui/ai-voice-inputHow to use
import { AiVoiceInput } from "@/components/bjork-ui/ai/ai-voice-input";export function Demo() { return <AiVoiceInput />;}