Components · Inline Primitives
Keyboard key display — renders a styled <kbd> element.
| Prop | Type | Default | Required | Description |
|---|---|---|---|---|
| ...props | React.HTMLAttributes<HTMLElement> | — | — | All standard kbd HTML attributes are forwarded. |
import { Kbd } from '@nexub/react';