diff --git a/src/lib/components/atoms/StatsCard.svelte b/src/lib/components/atoms/StatsCard.svelte new file mode 100644 index 0000000..1380ef4 --- /dev/null +++ b/src/lib/components/atoms/StatsCard.svelte @@ -0,0 +1,19 @@ + + +
+
{title}
+
{value}
+ {#if description} +
{description}
+ {/if} +