Skip to main content

Variable: KbdGroup

@arolariu/components


@arolariu/components / KbdGroup

Variable: KbdGroup

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

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

Groups multiple keyboard keycap labels into a shared visual cluster.

Remarks

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

Example

<KbdGroup>
<Kbd></Kbd>
<Kbd>K</Kbd>
</KbdGroup>

See

KbdGroupProps for available props

// was this page useful?