Kbd
Displays which key or combination of keys performs a given action.
Usage
Default
Unstyled
Large Size
Icon Size
Keyboard Keys
List of supported keys.
type KbdKey =
| "command"
| "shift"
| "ctrl"
| "option"
| "enter"
| "delete"
| "escape"
| "tab"
| "capslock"
| "up"
| "right"
| "down"
| "left"
| "pageup"
| "pagedown"
| "home"
| "end"
| "help"
| "space"
API Reference
Prop | Type | Default |
---|---|---|
variant | enum | default |
size | enum | default |
keys | KbdKey[] | - |