Kbd
Used to display textual user input from keyboard.
Installation
Usage
<Kbd> {"Ctrl"->React.string} </Kbd>Examples
Group
Use the Kbd.Group component to group keyboard keys together.
Button
Use the Kbd component inside a Button component to display a keyboard key inside a button.
Tooltip
You can use the Kbd component inside a Tooltip component to display a tooltip with a keyboard key.
Input Group
You can use the Kbd component inside a InputGroupAddon component to display a keyboard key inside an input group.
API Reference
Kbd
Use the Kbd component to display a keyboard key.
<Kbd> {"Ctrl"->React.string} </Kbd>Kbd.Group
Use the Kbd.Group component to group Kbd components together.
<Kbd.Group>
<Kbd> {"Ctrl"->React.string} </Kbd>
<Kbd> {"B"->React.string} </Kbd>
</Kbd.Group>