Keyboard

A keyboard component shows a keyboard shortcut that can be used to execute an action.

Installyarn add @diallink-corp/convergo-react-text
Version4.1.2
Usageimport {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>