From 4d9ef7fbfde9023f0db0800a53610bfe143c3d77 Mon Sep 17 00:00:00 2001 From: Jos de Jong Date: Thu, 28 Nov 2024 09:52:25 +0100 Subject: [PATCH] docs: update the examples and move them to StackBlitz --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9f3e1639..1d8c45dd 100644 --- a/README.md +++ b/README.md @@ -41,13 +41,13 @@ npm install vanilla-jsoneditor ### Examples - Svelte: - - Playground: + - Playground: [https://stackblitz.com/edit/svelte-jsoneditor-basic-usage](https://stackblitz.com/edit/svelte-jsoneditor-basic-usage?file=src%2FApp.svelte&terminal=dev) - Examples: [/src/routes/examples](/src/routes/examples) - Plain JavaScript examples: - - Try it out: + - Try it out: [https://stackblitz.com/edit/svelte-jsoneditor-plain-javascript](https://stackblitz.com/edit/svelte-jsoneditor-plain-javascript?file=index.html) - Examples: [/examples/browser](/examples/browser) -- React example: -- Vue example: +- React example: [https://stackblitz.com/edit/svelte-jsoneditor-in-react](https://stackblitz.com/edit/svelte-jsoneditor-in-react?file=src%2FVanillaJSONEditor.tsx,src%2FApp.tsx&terminal=dev) +- Vue example: [https://stackblitz.com/edit/svelte-jsoneditor-in-vue](https://stackblitz.com/edit/svelte-jsoneditor-in-vue?file=src%2Fcomponents%2FVueJSONEditor.vue,src%2FApp.vue&terminal=dev) ### Svelte usage