WASD Cluster

Gaming movement cluster with W on top and A S D on the second row, lighting the active key in primary.

WASD
Move

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

Import & use
import { Keyboard15 } from "@/components/beste/piece/keyboard15";

<Keyboard15
  active="W"
  caption="Move"
/>