Skip to main content

Variable: RadioGroupItem

@arolariu/components


@arolariu/components / RadioGroupItem

Variable: RadioGroupItem

const RadioGroupItem: ForwardRefExoticComponent<Omit<Props<unknown>, "ref"> & RefAttributes<HTMLSpanElement>>

Defined in: components/ui/radio-group.tsx:61

Renders the radio group item.

Remarks

  • Renders a <button> element by default
  • Built on Base UI Radio Group
  • Supports the render prop for element composition

Example

<RadioGroupItem>Content</RadioGroupItem>

See

Base UI Documentation

// was this page useful?