Skip to main content

Variable: Kbd

@arolariu/components


@arolariu/components / Kbd

Variable: Kbd

const Kbd: ForwardRefExoticComponent<Omit<DetailedHTMLProps<HTMLAttributes<HTMLElement>, HTMLElement>, "ref"> & RefAttributes<HTMLElement>>

Defined in: components/ui/kbd.tsx:31

Renders an inline keyboard keycap label.

Remarks

  • Pure CSS component (no Base UI primitive)
  • Renders a <kbd> element
  • Styling via CSS Modules with --ac-* custom properties

Example

<Kbd>⌘K</Kbd>

See

KbdProps for available props

// was this page useful?