ComponentsData Display
Kbd
Display keyboard shortcuts and hotkeys
The Kbd component displays keyboard shortcuts in a styled format.
Basic Usage
Copy Shortcut
Multiple Key Combinations
Command Palette
Search
Submit
Schema
interface KbdSchema {
type: 'kbd';
keys: string[]; // Keyboard keys
className?: string;
}