https://github.com/hwclass/react-payments
React payment component relies on HTML5 Payments API
https://github.com/hwclass/react-payments
html5 payment payment-api react-payments
Last synced: 12 months ago
JSON representation
React payment component relies on HTML5 Payments API
- Host: GitHub
- URL: https://github.com/hwclass/react-payments
- Owner: hwclass
- License: mit
- Created: 2016-07-05T22:29:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-09-06T14:24:18.000Z (almost 9 years ago)
- Last Synced: 2025-06-12T03:54:54.519Z (about 1 year ago)
- Topics: html5, payment, payment-api, react-payments
- Language: JavaScript
- Homepage:
- Size: 9.77 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# react-payments
React component wrapping the native HTML5 [Payments API](https://www.w3.org/Payments/).
You can get more specification information about the API from the official [Payment Request API page](https://w3c.github.io/browser-payment-api/).
Update: Google Chrome has [announced](https://developers.google.com/web/fundamentals/discovery-and-monetization/payment-request/) the API is now a part of Chrome.
## Usage
```javascript
```
## License
MIT