Hex Core JS
    Preparing search index...

    Function Conditional

    • 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.

      Parameters

      Returns Element