Active Keypress

Lit-up key with a pinging halo behind it and a caption beneath to cue the user.

Space
Press to continue

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

Import & use
import { Keyboard7 } from "@/components/beste/piece/keyboard7";

<Keyboard7
  keyLabel="Space"
  caption="Press to continue"
  tone="violet"
/>