An easily stylable radio button component.
Made by imskyleenInstallation
Usage
API Reference
RadioGroup
Base UI API Reference - RadioGroupRadio
Base UI API Reference - Radio.Root| Prop | Type | Default |
|---|---|---|
...props? | HTMLMotionProps<"button"> | - |
The render property is not supported in the Radio component, as it is used
for animation.
RadioIndicator
Base UI API Reference - Radio.Indicator| Prop | Type | Default |
|---|---|---|
transition? | Transition | { type: 'spring', stiffness: 200, damping: 16 } |
...props? | HTMLMotionProps<"div"> | - |
The keepMounted and render properties are not supported in the
RadioIndicator component, as it is used for animation.