Kbd
Kbd is used to display keyboard keys and shortcuts.
Import
import { Kbd } from '@sigx/daisyui';
Basic Usage
Display individual keyboard keys.
Loading preview...
Sizes
Kbd supports five sizes: xs, sm, md, lg, and xl.
Loading preview...
Inline Context
Use Kbd inline with text.
Loading preview...
Key Combinations
Display keyboard shortcuts with multiple keys.
Loading preview...
Function Keys
Display macOS-style modifier keys.
Loading preview...
Arrow Keys
Display arrow key layout.
Loading preview...
Full Keyboard Layout
Display a full QWERTY keyboard row.
Loading preview...
Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'xs' | 'sm' | 'md' | 'lg' | 'xl' | - | Key size |
class | string | - | Additional CSS classes |