Keyboard Key
Keyboard key can be used to let users know which keys some action signifies.
Kbd
- The Keyboard key component.
You can press action key and i
to toggle the color mode.
^i
The Kbd
component comes in three sizes: small, medium (default), and large.
Esc
Enter
Space
You can utilize useActionKey
hook to get the platform specific action key. Returns "⌘" for MacOS and "Ctrl" for other platforms.
Ctrl + K