Skip to main content

Kbd

A keyboard key indicator displays keyboard shortcuts.

On this page

Installation

npx shadcn@latest add @dotui/kbd

Usage

import { Kbd } from '@/components/ui/kbd'
;<Kbd></Kbd> + <Kbd>K</Kbd>

Examples

No examples yet.

API Reference

Kbd

A kbd displays a keyboard key or shortcut that triggers an action.

PropType

KbdGroup

Groups multiple keyboard keys together to represent a key combination.

Supports all HTML attributes.

PropType

Last updated on 6/16/2026