|
27 | 27 | <a><img src="https://img.shields.io/badge/A_world_of_difference_between-white?style=flat-square"></a> <a href="https://npmcharts.com/compare/json-editor-vue"><img alt="npm downloads" src="https://img.shields.io/npm/dt/json-editor-vue?logo=npm&color=cb3837"></a> <a><img src="https://img.shields.io/badge/and-white?style=flat-square"></a> <a href="https://github.com/cloydlau/json-editor-vue/stargazers"><img alt="github stars" src="https://img.shields.io/github/stars/cloydlau/json-editor-vue?color=eac54f&logo=github"></a> <a><img src="https://img.shields.io/badge/,_please_hit_the_Star_if_it_helps_🙏-white?style=flat-square"></a>
|
28 | 28 | </p>
|
29 | 29 |
|
30 |
| -<img width="48.5%" src="./docs/text-mode.png" alt="text mode"> <img width="48.5%" src="./docs/tree-mode.png" alt="table mode"> |
| 30 | +<img width="48.5%" src="./docs/text mode.png" alt="text mode"> <img width="48.5%" src="./docs/tree mode.png" alt="table mode"> |
31 | 31 |
|
32 | 32 | <br>
|
33 | 33 |
|
|
48 | 48 |
|
49 | 49 | ## Install
|
50 | 50 |
|
| 51 | +> [!Note] |
| 52 | +> |
| 53 | +> Not yet published to JSR due to its instability. |
| 54 | +
|
51 | 55 | ### Dependencies
|
52 | 56 |
|
53 | 57 | As of v0.11, it's no longer necessary to explicitly install [vanilla-jsoneditor](https://github.com/josdejong/svelte-jsoneditor).
|
@@ -188,7 +192,11 @@ createApp()
|
188 | 192 |
|
189 | 193 | #### CDN + IIFE
|
190 | 194 |
|
191 |
| -> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
| 195 | +> [!Warning] |
| 196 | +> |
| 197 | +> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, |
| 198 | +> |
| 199 | +> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
192 | 200 |
|
193 | 201 | ```html
|
194 | 202 | <!doctype html>
|
@@ -305,7 +313,11 @@ Vue.use(JsonEditorVue, {
|
305 | 313 |
|
306 | 314 | #### CDN + IIFE
|
307 | 315 |
|
308 |
| -> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
| 316 | +> [!Warning] |
| 317 | +> |
| 318 | +> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, |
| 319 | +> |
| 320 | +> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
309 | 321 |
|
310 | 322 | ```html
|
311 | 323 | <!doctype html>
|
@@ -440,7 +452,11 @@ Vue.use(JsonEditorVue, {
|
440 | 452 |
|
441 | 453 | #### CDN + IIFE
|
442 | 454 |
|
443 |
| -> ⚠ Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
| 455 | +> [!Warning] |
| 456 | +> |
| 457 | +> Not yet supported because vanilla-jsoneditor does not export IIFE or UMD, |
| 458 | +> |
| 459 | +> please leave a message [here](https://github.com/josdejong/svelte-jsoneditor/discussions/196) if you need it. |
444 | 460 |
|
445 | 461 | ```html
|
446 | 462 | <!doctype html>
|
|
0 commit comments