From 088524da82523dc931ecfc91fd4eb395e53c878c Mon Sep 17 00:00:00 2001 From: Moritz Bischof Date: Tue, 4 May 2021 19:24:11 +0200 Subject: [PATCH] implement Playground --- .../components/playground/Playground.svelte | 65 +++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 docs/src/components/playground/Playground.svelte diff --git a/docs/src/components/playground/Playground.svelte b/docs/src/components/playground/Playground.svelte new file mode 100644 index 00000000..5e57f01c --- /dev/null +++ b/docs/src/components/playground/Playground.svelte @@ -0,0 +1,65 @@ + + +
+
+
+ +
+
+ +
+

Options

+
+
+ {#each Object.entries(props) as [name, prop]} + + {/each} + +
+
+
+ +