Display keyboard input that triggers an action.
Keyboard.Props
Attribute | Description | Type | Accepted values | Default |
---|---|---|---|---|
command | show command key | boolean | - | false |
shift | show shift key | boolean | - | false |
option | show option key | boolean | - | false |
ctrl | show ctrl key | boolean | - | false |
small | small keyboard size | boolean | - | false |
... | native props | KeygenHTMLAttributes | 'keyType', 'className', ... | - |