josdejong/svelte-jsoneditor

Separate the svelte component and the js wrapper

Open

#372 geöffnet am 15. Dez. 2023

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (149 Forks)github user discovery
help wanted

Repository-Metriken

Stars
 (1.237 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

It would be nice to bring all the functionality that is needed for use without svelte into a separate component that will be imported from js. And the pure svelte component will be imported from svelte. You also need to make native events in the svelte component (and pass them above), and use callbacks in the wrapper, etc.

Contributor Guide