radar-chart-component
v0.0.1
Published
Radar Chart with lit-element
Readme
<app-component>
This webcomponent follows the open-wc recommendations.
Installation
npm iUsage
<script type="module">
import 'src/app-component.js';
</script>
<app-component></app-component>Demoing using storybook (if applied by author)
npm run startLinting (if applied by author)
npm run lint