{#if label}
{label}
{/if} {#if description}
{description}
{/if}
{#if children} {@render children()} {:else if input}
onInput?.(e)} /> {/if} {#if input?.error}
{input.error}
{/if}