Documentation

Kbd

Keyboard shortcut display component.

Installation

pnpm add @rouf-dev/pantheon-ui

Usage

import { Kbd } from "@rouf-dev/pantheon-ui";

<p>Press <Kbd>⌘</Kbd> <Kbd>K</Kbd> to open command menu</p>

Examples

Single Key

Press ↵ to submit

Combinations

Command Palette: ⌘ K

Save: ⌃ S

Copy: ⌃ C

Paste: ⌃ V