Skip to main content

Variable: RadioGroup

@arolariu/components


@arolariu/components / RadioGroup

Variable: RadioGroup

const RadioGroup: ForwardRefExoticComponent<Omit<Props<unknown>, "ref"> & RefAttributes<HTMLDivElement>>

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

Coordinates radio group state and selection behavior.

Remarks

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

Example

<RadioGroup>Content</RadioGroup>

See

Base UI Documentation

// was this page useful?