Kbd
Displays keyboard shortcuts with platform-aware modifier key symbols. Splits key combinations by + and renders each key as a styled Chip inside a <kbd> element.
Import
import { Kbd } from 'reablocks';
Kbd Props
| Prop | Type | Default | Description |
|---|---|---|---|
keycode | string | — | Keyboard shortcut string (e.g. "mod+shift+k") |
theme | KbdTheme | — | Per-instance theme override |
Also inherits Chip props (except `chil
[Description truncada. Veja o README completo no GitHub.]