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