diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte new file mode 100644 index 0000000..310856e --- /dev/null +++ b/src/lib/components/atoms/Button.svelte @@ -0,0 +1,31 @@ + + +{#if href} + + {@render children()} + +{:else} + +{/if}