Display keyboard input that triggers an action.
Loading preview...
import { Kbd } from "@/components/ui/keyboard-input"; export default function SmallDemo() { return <Kbd small>/</Kbd>; }