Kbd
Keyboard shortcut display with macOS-style symbols.
Preview
⌘K⌘+⇧+P⌃+C
Installation
bash
npx auralix-ui add kbdUsage
Keyboard Shortcuts
tsx
import { Kbd, Shortcut } from "@/components/ui/Kbd";
<Kbd>⌘</Kbd>
<Shortcut keys={["cmd", "k"]} />Props
| Name | Type | Default | Description |
|---|---|---|---|
children | ReactNode | - | Key label. |
size | "sm" | "md" | "lg" | "md" | Size. |
On this page