diff --git a/src/lib/components/Input.stories.svelte b/src/lib/components/Input.stories.svelte new file mode 100644 index 0000000..f3810b9 --- /dev/null +++ b/src/lib/components/Input.stories.svelte @@ -0,0 +1,43 @@ + + + + + \ No newline at end of file diff --git a/src/lib/components/Input.svelte b/src/lib/components/Input.svelte new file mode 100644 index 0000000..186cc3b --- /dev/null +++ b/src/lib/components/Input.svelte @@ -0,0 +1,33 @@ + + +
+ {#if label} + +
+ {/if} + +
+ + \ No newline at end of file