0.1.2 • Published 6 years ago
@agney/jc-viewer v0.1.2
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