<my-credit-card>
This webcomponent follows the open-wc recommendation.
Based on https://codepen.io/jadepreis/pen/aZmPBY/
Installation
npm i my-credit-card
Usage
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