amedia-polls
v0.0.0
Published
Webcomponent amedia-polls following open-wc recommendations
Downloads
3
Readme
<amedia-polls>
This webcomponent follows the open-wc recommendation.
Installation
npm i amedia-polls
Usage
<script type="module">
import 'amedia-polls/amedia-polls.js';
</script>
<amedia-polls></amedia-polls>
Testing using karma (if applied by author)
npm run test
Testing using karma via browserstack (if applied by author)
npm run test:bs
Demoing using storybook (if applied by author)
npm run storybook
Linting (if applied by author)
npm run lint