+ {#if dev}
+ Input
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {#if useElementAttribute}
+
+
+
+ {/if}
+
+
+
+
+ {#if excludeBefore}
+
+
+
+ {/if}
+
+
+
+
+ {#if excludeAfter}
+
+
+
+ {/if}
+
+
+
Output
+
+
+
+
+ {#if showClearButton}
+
+ {/if}
+
+
+ {#if names?.length}
+
{names.length} Colorways
+
+ {#each names as { name, hex }, index}
+
+
{index + 1}
+
+ {name}
+
+
+ {hex}
+
+
+ {/each}
+
+
+
+
+ {/if}
+
+ {:else}
+
+
d
+
This page is not available to you.
+
+ {/if}
+
+