KeyboardShortcut
Use the KeyboardShortcut to display one or more keys that represent a keyboard
shortcut for a specific action.
KeyboardShortcutProps
extends
, , , , | Name | Type | Default | Description |
|---|---|---|---|
keys | | The list of keys the component should display, specified in the aria-keyshortcuts format. | |
variant? | | | 'default' | The variant that should be used for styling the keys. |
disabled? | 'false' | Whether the component should be rendered in a disabled state. |