Kbd

Inline keystroke affordance. Renders a native `<kbd>` with a muted chip treatment; wrap a KbdGroup around chords or sequences.

Single key

Enter Esc Tab

Chord

K Shift ? Ctrl Alt Del

Inline with copy

Press K to open the command palette, or ? for shortcuts.

Inside Button

Append a KbdGroup inside a Button to surface a keyboard shortcut hint directly on the control.

Inside Tooltip

Place a KbdGroup inside TooltipContent to show the shortcut only on hover — keeps the trigger clean.

Inside Input Group

An inline-end addon containing Kbd signals the shortcut that opens or activates a search field.

K

Kbd props

Both Kbd and KbdGroup accept every native HTML attribute via spread. Inside tooltips, Kbd inverts its surface automatically.

PropTypeDescription
stringMerged onto the root <kbd> via tailwind-merge.
HTMLElement | nullTwo-way-bindable element reference.