0.1.2 • Published 5 years ago

my-credit-card v0.1.2

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

\

This webcomponent follows the open-wc recommendation.

Based on https://codepen.io/jadepreis/pen/aZmPBY/

Installation

npm i my-credit-card

Usage

<script type="module">
  import 'my-credit-card/my-credit-card.js';
</script>

<my-credit-card></my-credit-card>

Testing using karma (if applied by author)

npm run test

Testing using karma via browserstack (if applied by author)

npm run test:es5:bs

Demoing using storybook (if applied by author)

npm run storybook

Linting (if applied by author)

npm run lint