@trystan2k/fleshy-jsoneditor
Version:
LitElement custom element that wraps http://github.com/josdejong/jsoneditor based on https://github.com/Juicy/juicy-jsoneditor
7 lines (5 loc) • 313 B
JavaScript
// jsoneditor is devDependency as we do not import it directly in the
// custom element. It also has a css file that we need to import.
// so with rollup we will generate a JavaScript file export a CSSResult
// using lit-html css function
export { default as jsonEditorStyles } from '../lib/jsoneditor.min.css';