Caps Lock LED

Toggle key with an inset LED indicator that lights up when the lock is engaged.

Caps Lock
OnType in uppercase

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

Import & use
import { Keyboard9 } from "@/components/beste/piece/keyboard9";

<Keyboard9
  keyLabel="Caps Lock"
  description="Type in uppercase"
  enabled={true}
/>