Atom
Kbd
A atom component from the MADT registry.
Installation
bash
npx shadcn@latest add @madt/kbdUsage
tsx
import { Kbd } from "@/components/ui/atoms/kbd.tsx";
export default function Example() {
return <Kbd />;
}A atom component from the MADT registry.
npx shadcn@latest add @madt/kbdimport { Kbd } from "@/components/ui/atoms/kbd.tsx";
export default function Example() {
return <Kbd />;
}