Radio Group
A set of checkable buttons—known as radio buttons—where no more than one of the buttons can be checked at a time.
Made by imskyleenInstallation
Usage
API Reference
RadioGroup
Radix UI API Reference - RadioGroup.RootRadioGroupItem
Radix UI API Reference - RadioGroup.ItemProp | Type | Default |
---|---|---|
...props? | HTMLMotionProps<"button"> | - |
The asChild
property is not supported in the RadioGroupItem
component, as
it is used for animation.
RadioGroupIndicator
Radix UI API Reference - RadioGroup.IndicatorProp | Type | Default |
---|---|---|
transition? | Transition | { type: 'spring', stiffness: 200, damping: 16 } |
...props? | HTMLMotionProps<"div"> | - |
The forceMount
and asChild
properties are not supported in the
RadioGroupIndicator
component, as it is used for animation.