Docs
Kbd
Displays a keyboard input.
import * as React from "react"; import { Kbd } from "@/components/ui/kbd"; export function KbdExample(): React.JSX.Element { return <Kbd>Shift + Alt</Kbd>; }
npx lotru@latest add ui/kbd
import { Kbd } from "@/components/ui/kbd";
<Kbd>⌘S</Kbd>
Previous
Input
Next
Popover
On this page