Card-style single-selection component. Each card acts as a radio button, ideal for plan or option pickers.
Import all parts of the component and piece them together
The root RadioCards component.
| Prop | Type | Default |
|---|---|---|
name | string | -- |
value | string | -- |
defaultValue | string | -- |
onValueChange | function | -- |