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 start
Testing using karma
npm run test
Linting
npm run lint