diff --git a/src/lib/components/recipes/ToTryCard.svelte b/src/lib/components/recipes/ToTryCard.svelte new file mode 100644 index 0000000..19be491 --- /dev/null +++ b/src/lib/components/recipes/ToTryCard.svelte @@ -0,0 +1,162 @@ + + + + +
{item.name}
+ {#if item.links?.length} +{item.notes}
+ {/if} + ++ {#if items.length > 0} + {labels.count} + {:else} + {labels.noItems} + {/if} +
+ + + +{#if showForm} +{labels.emptyState}
+