Kbd/kbd-function-keys-

PreviousNext

A kbd/kbd-function-keys- example

Docs
shadcnblocksblock

Preview

Loading preview…
code/example/kbd/kbd-function-keys-2.tsx
import { Kbd } from "@/components/ui/kbd";

export const title = "F12 DevTools Key";

const Example = () => (
  <div className="rounded-md border bg-background p-4">
    <Kbd>F12</Kbd>
  </div>
);

export default Example;

Installation

npx shadcn@latest add @shadcnblocks/kbd-kbd-function-keys-2

Usage

import { KbdKbdFunctionKeys2 } from "@/components/kbd-kbd-function-keys-2"
<KbdKbdFunctionKeys2 />