{#if props.label}
{@render props.label()}
{/if}
{#if props.input} {@render props.input()} {/if}
{#if props.info}
{@render props.info()}
{/if}