# Kbd Documentation for the Kbd component. ## Installation ```bash deno run -A jsr:@lockness/ui add kbd ``` ## Usage ```tsx import { Kbd } from '@lockness/ui/components'
Press ⌘ + K to open the command palette
``` ## Props | Prop | Type | Default | Description | | -------- | --------- | ------- | -------------------------- | | children | `unknown` | - | Keyboard key content | | class | `string` | - | Additional CSS class names | | id | `string` | - | Element id attribute | | ...props | `unknown` | - | Additional HTML attributes |