josdejong/svelte-jsoneditor

Separate the svelte component and the js wrapper

Open

#372 aberto em 15 de dez. de 2023

Ver no GitHub
 (5 comments) (0 reactions) (0 assignees)TypeScript (149 forks)github user discovery
help wanted

Métricas do repositório

Stars
 (1.237 stars)
Métricas de merge de PR
 (Métricas PR pendentes)

Description

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.

Guia do colaborador