Keyboard
A keyboard component shows a keyboard shortcut that can be used to execute an action.
| Install | yarn add @diallink-corp/convergo-react-text |
|---|---|
| Version | 4.1.2 |
| Usage | import {Keyboard} from '@diallink-corp/convergo-react-text' |
Example
The link component accepts a string with the keyboard key to show.
<Keyboard>Enter</Keyboard>
<Keyboard>Enter</Keyboard>
<Keyboard>
Enter
</Keyboard>