Docs
Kbd
Kbd
Displays keyboard input.
ABCShiftEnterDelete
+K
Ctrl+C
Alt+
Esc
Press+Kto open command menu
Installation
Usage
import { Kbd } from "@/components/ui/kbd";<Kbd>{/* Example usage */}</Kbd>Props
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | - | The class name to apply to the component. |
children | ReactNode | - | The content to display in the component. |