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’ | Visual style of the kbd (default or outline). |
| size | ’xl’ | ‘lg’ | ‘md’ | ‘sm’ | ‘xs' | 'md’ | Size of the kbd (medium, small, extra small). |
| …props | All native kbd props | - | Any other props for the HTML <kbd>element. |
Last updated on