Typix LogoTypix
Primitives

Kbd

Inline keyboard key component for displaying shortcuts.

Install

npx typix ui add kbd

Import

import { Kbd } from "@/components/typix/primitives/kbd";

Usage

<Kbd>⌘</Kbd>
<Kbd>B</Kbd>
<Kbd>Ctrl</Kbd>
<Kbd>Enter</Kbd>

The Kbd component renders a <kbd> element styled to look like a physical key. Commonly used in tooltips, shortcut lists, and documentation.

On this page