Kbd

Kbd

Keyboard shortcut display — styled <kbd> element for showing key combinations

Installation

npx @ravikumarsurya/mdx-ui add kbd

Usage

Press <Kbd>Ctrl</Kbd> + <Kbd>K</Kbd> to open the search.

Examples

Save file: Ctrl + S

Copy: + C   Paste: + V

Open command palette: + Shift + P

Single key

Press Esc to close the dialog.

Key combinations

Press Ctrl + K to open search.

Press + Shift + P to open the command palette.

In a sentence

Use Tab to move between fields, and Enter to submit.

Hold Shift and click to select a range.

Common shortcuts

ActionShortcut
Save + S
Undo + Z
Copy + C
Find + F
Command palette + Shift + P

Props

PropTypeDescription
childrenReactNodeThe key label
classNamestringExtra classes on the <kbd> element