Toggle key with an inset LED indicator that lights up when the lock is engaged.
Requires shadcn/ui initialized. Run npx shadcn@latest init if you haven't.
import { Keyboard9 } from "@/components/beste/piece/keyboard9";
<Keyboard9
keyLabel="Caps Lock"
description="Type in uppercase"
enabled={true}
/>