Dictation Input

Pill dictation input with a blinking caret, live waveform bars, and a rose mic button while listening.

Remind me to buy coffee beans on my way home

Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.

Import & use
import { Input26 } from "@/components/beste/piece/input26";

<Input26
  listening={true}
  transcript="Remind me to buy coffee beans on my way home"
/>