• A Container Component which renders the label and content which is used as the base for all Form Elements.

    Parameters

    Returns null | ReactElement<any, any>

    Example

    <FormElementContainer label={label}>
    {fieldContent}
    </FormElementContainer>

Generated using TypeDoc