From f60535b88169bad8b9d24f189baf619fcb18e7df Mon Sep 17 00:00:00 2001 From: Moritz Bischof Date: Tue, 4 May 2021 19:23:59 +0200 Subject: [PATCH] add Checkbox and TextInput wrapper components --- docs/src/components/playground/Checkbox.svelte | 7 +++++++ docs/src/components/playground/TextInput.svelte | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 docs/src/components/playground/Checkbox.svelte create mode 100644 docs/src/components/playground/TextInput.svelte diff --git a/docs/src/components/playground/Checkbox.svelte b/docs/src/components/playground/Checkbox.svelte new file mode 100644 index 00000000..ac235ff9 --- /dev/null +++ b/docs/src/components/playground/Checkbox.svelte @@ -0,0 +1,7 @@ + + + diff --git a/docs/src/components/playground/TextInput.svelte b/docs/src/components/playground/TextInput.svelte new file mode 100644 index 00000000..4da95d13 --- /dev/null +++ b/docs/src/components/playground/TextInput.svelte @@ -0,0 +1,7 @@ + + +