Arrow Cluster

Four-way directional pad with a pressed state that highlights one key at a time.

Navigate

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

Import & use
import { Keyboard6 } from "@/components/beste/piece/keyboard6";

<Keyboard6
  active="up"
  label="Navigate"
/>