Spacebar

Long-format spacebar keycap with a soft shadow, bracketed by a prompt above and a hint caption below.

Press space to continue
Space
or click anywhere

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

Import & use
import { Keyboard14 } from "@/components/beste/piece/keyboard14";

<Keyboard14
  prompt="Press space to continue"
  keyLabel="Space"
  hint="or click anywhere"
/>