@agney/jc-viewer
v0.1.2
Published
A JSON Tree based Viewer
Downloads
12
Maintainers
Readme
JSON Crew Plugin
This webcomponent follows the open-wc recommendation.
This is a tree viewer for plugin to be used with JSON Crew
Usage
<script type="module">
import 'jc-viewer/jc-viewer.js';
</script>
<jc-viewer data="{ thing: 1}"></jc-viewer>Running the demo
npm i
npm startTesting using karma
npm run testLinting
npm run lint