Command Palette

Search for a command to run...

4Twitter
Voice Input
An interactive voice recording interface with animated visual feedback, timer display, and customizable start/stop callbacks.

Installation

pnpm dlx shadcn@latest add "https://moleculeui.design/r/voice-input"

Usage

import { VoiceInput } from "@/components/molecule-ui/voice-input"
<VoiceInput />

Props

PropTypeDefault
onStop?
(() => void)
-
onStart?
(() => void)
-