Skip to Content
🎉Introducing Pumki UI

Kbd

Pumki UIPumki UI

Default

space + K

Outline

space + K

Custom

space + K

Installation

Usage


import { Kbd } from '@/components/pumki-ui/kbd.tsx';

<Kbd />

Props

PropTypeDefaultDescription
classNamestring-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).
…propsAll native kbd props-Any other props for the HTML <kbd>element.
Last updated on