stencil-payment - Vaadin Add-on Directory
Payment request API implementation in Stenciljs
# wc-payment
wc-payment is a web component built with [Stencil](https://stenciljs.com/) that allows you to use the [Payment Request API](https://developers.google.com/web/fundamentals/discovery-and-monetization/payment-request/).

## Getting Started
To try this component:
```bash
git clone git@github.com:Fdom92/stencil-payment.git
cd my-app
git remote rm origin
```
and run:
```bash
npm install
npm start
```
## Using this component
### Script tag
- Put `` in the head of your index.html
- Then you can use the element like this:
```html
Pay
```
### Node Modules
- Run `npm install stencil-payment --save`
- Put a script tag similar to this `