Tulip Logo IconTulip
Components

Kbd

Used to display textual user input from keyboard.

CmdShiftOptCtrlCtrl+B

Usage

import { Kbd } from "@tulip-systems/core/components";
<Kbd>Ctrl</Kbd>

Examples

Group

Use the KbdGroup component to group keyboard keys together.

Use

Ctrl + BCtrl + K

to open the command palette

Button

Use the Kbd component inside a Button component to display a key inside a button.

Tooltip

Use the Kbd component inside a Tooltip component to display keyboard shortcuts.

Input Group

Use the Kbd component inside an InputGroupAddon to display keys in an input group.

CmdK

On this page