0.1.2 • Published 6 years ago

@agney/jc-viewer v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

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