{#if show_props}

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} {/if}
{#if embedded} {:else}

Compiler options

{/if}