Copy to clipboard
⌘ K
Installation
Copy to clipboard
npx bearnie add kbd
npx bearnie add kbd
bunx bearnie add kbd
bunx bearnie add kbd
pnpm dlx bearnie add kbd
pnpm dlx bearnie add kbd
yarn dlx bearnie add kbd
yarn dlx bearnie add kbd
Copy to clipboard
import Kbd from "@/components/ui/kbd/Kbd.astro";
import KbdGroup from "@/components/ui/kbd/KbdGroup.astro";
Usage
import { Kbd, KbdGroup } from "@/components/ui"
<Kbd>Ctrl</Kbd>
Examples
Group
Use the KbdGroup component to group keyboard keys together.
Copy to clipboard
Ctrl Shift K
Button
Use the Kbd component inside a Button component to display a keyboard key inside a button.
Copy to clipboard
Tooltip
You can use the Kbd component inside a Tooltip component to display a tooltip with a keyboard key.
Copy to clipboard
Save changes
⌘ SPrint document
⌘ PInput group
You can use the Kbd component inside a InputGroupAddon component to display a keyboard key inside an input group.
Copy to clipboard
⌘ K
Anatomy
Kbd- Displays a single keyboard key with proper stylingKbdGroup- Groups multiple Kbd components together
Props
Kbd
| Prop | Type | Default | Description |
|---|---|---|---|
| class | string | - | Additional CSS classes |
KbdGroup
| Prop | Type | Default | Description |
|---|---|---|---|
| class | string | - | Additional CSS classes |