0.0.0 • Published 5 years ago

amedia-polls v0.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

\

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