Keyboard shortcut field that renders the captured keys as keycap pills with a blinking REC indicator while recording.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Input8 } from "@/components/beste/piece/input8";
<Input8
keys={[
"⌘",
"Shift",
"K"
]}
label="Keyboard shortcut"
hint="Press any combination"
recording={true}
tone="primary"
/>