(no summary available)
<test-wc-card>
This webcomponent follows the open-wc recommendation.
Installation
npm i test-wc-card
Usage
<script type="module">
import 'test-wc-card/test-wc-card.js';
</script>
<test-wc-card></test-wc-card>
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:start
Linting (if applied by author)
npm run lint
Install
Framework Support
Browser Independent
Install with
Run the above npm command in your project folder.
If you have any issues installing, please
contact the author.
Release notes - Version 0.0.3
Dependencies
- lit-element#^2.0.1
- lit-html#^1.0.0