An easily stylable radio button component.
Made by imskyleenInstallation
Usage
API Reference
RadioGroup
Base UI API Reference - RadioGroupRadio
Base UI API Reference - Radio.RootProp | 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.IndicatorProp | 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.