Variable: RadioGroup
@arolariu/components / RadioGroup
Variable: RadioGroup
constRadioGroup: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
renderprop for element composition
Example
<RadioGroup>Content</RadioGroup>
See
// was this page useful?