Skip to content

Commit

Permalink
docs: update the examples and move them to StackBlitz
Browse files Browse the repository at this point in the history
  • Loading branch information
josdejong committed Nov 28, 2024
1 parent 1da7cea commit 4d9ef7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ npm install vanilla-jsoneditor
### Examples

- Svelte:
- Playground: <https://www.sveltelab.dev/q1l38ztdys4at87>
- 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: <https://jsbin.com/gatibux/edit?html,output>
- 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: <https://codesandbox.io/s/svelte-jsoneditor-react-59wxz>
- Vue example: <https://codesandbox.io/s/svelte-jsoneditor-vue-toln3w>
- 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

Expand Down

0 comments on commit 4d9ef7f

Please sign in to comment.