children
React.ReactNode
value
string
onValueChange
(value: string) => void
Each card component needs a value
prop to represent the value of the option. Use value
and onValueChange
props on the group component to control the selected state.
View code
View code