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