From 7063c04dec48fcabcda104c42d61642a554f6044 Mon Sep 17 00:00:00 2001 From: Nate Moore Date: Mon, 28 Jun 2021 10:46:10 -0500 Subject: Restructure examples (#568) * rename kitchen sink, pull out react example * split out the rest of the examples * align versions * chore: rename examples * chore: normalize gitignore * chore: update package versions * chore: move framework examples to `framework` namespace * docs: add README to examples Co-authored-by: Austin Crim --- .../src/components/SvelteCounter.svelte | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 examples/framework-multiple/src/components/SvelteCounter.svelte (limited to 'examples/framework-multiple/src/components/SvelteCounter.svelte') diff --git a/examples/framework-multiple/src/components/SvelteCounter.svelte b/examples/framework-multiple/src/components/SvelteCounter.svelte new file mode 100644 index 000000000..8d6b3f5e1 --- /dev/null +++ b/examples/framework-multiple/src/components/SvelteCounter.svelte @@ -0,0 +1,22 @@ + + + +
+ +
{ count }
+ +
+
+ +
-- cgit v1.2.3