Renders a group of <If> and <Else> components as a single if/else if/else statement. All <If> components
after the first are treated as else if conditions so that only the first true <If> component renders. If none of
the <If> components are true, the <Else> component renders (if given).
Children other than <If> and <Else> components are not supported.
Renders a group of
<If>and<Else>components as a singleif/else if/elsestatement. All<If>components after the first are treated aselse ifconditions so that only the first true<If>component renders. If none of the<If>components are true, the<Else>component renders (if given).Children other than
<If>and<Else>components are not supported.