Components
Loading preview...
An interactive voice recording interface with animated visual feedback, timer display, and customizable start/stop callbacks.
@molecule-ui
npx shadcn@latest add https://21st.dev/r/molecule-lab-rushil/voice-inputimport { VoiceInput } from "@/components/ui/voice-input";
export default function DemoOne() {
return <VoiceInput />;
}