sergicontre / my-credit-card

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

<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

<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

About

License:MIT License


Languages

Language:JavaScript 100.0%