diff --git a/src/lib/components/combinations/CombinationGrid.svelte b/src/lib/components/combinations/CombinationGrid.svelte new file mode 100644 index 0000000..4381105 --- /dev/null +++ b/src/lib/components/combinations/CombinationGrid.svelte @@ -0,0 +1,161 @@ + + +
+ {#each $cross as { id, name, rgb } (id)} + | + + Tt + + | + {/each} +
---|---|
+ |
+ {#each bgs as { grade }, i ($cross[i].id)}
+ + {#if i !== j} + { + $selectedCombinations[ + $cross[i].id + ][id] = e.target.checked; + }} + /> + + {/if} + | + {/each} +
+ There is no color combination matching the selected
+ filters.
+
+ Try adding more colors to your palette or changing filters.
+
+ Add colors to your palette to try color combinations. +
+ {/if} +