Kbd
Default
space + K
Outline
space + K
Custom
space + K
Installation
Usage
import { Kbd } from '@/components/pumki-ui/kbd.tsx';<Kbd />Props
| Prop | Type | Default | Description |
|---|---|---|---|
| className | string | - | Custom CSS classes for the kbd element. |
| variant | ’default' | 'outline' | 'default’ |
| size | ’xl' | 'lg' | 'md' |
| …props | All native kbd props | - | Any other props for the HTML <kbd> element. |
Last updated on