josdejong/svelte-jsoneditor
GitHub で見るSeparate the svelte component and the js wrapper
Open
#372 opened on 2023年12月15日
help wanted
Repository metrics
- Stars
- (1,237 stars)
- PR merge metrics
- (PR metrics pending)
説明
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.