{#if view === 'result'}
{#if bundle} {:else}

loading Svelte compiler...

{/if}

Props editor

{#if props} {#if props.length > 0}
{#each props.sort() as prop (prop)} {prop} {/each}
{:else}

This component has no props — declare props with the export keyword

{/if} {/if}
{:else}

Compiler options

{/if}