josdejong/svelte-jsoneditor

Separate the svelte component and the js wrapper

Open

#372 创建于 2023年12月15日

在 GitHub 查看
 (5 评论) (0 反应) (0 负责人)TypeScript (149 fork)github user discovery
help wanted

仓库指标

Star
 (1,237 star)
PR 合并指标
 (PR 指标待抓取)

描述

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.

贡献者指南