Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 566 Bytes

File metadata and controls

16 lines (10 loc) · 566 Bytes

react-payments

React component wrapping the native HTML5 Payments API.

You can get more specification information about the API from the official Payment Request API page.

Update: Google Chrome has announced the API is now a part of Chrome.

Usage

<Payments name="John" surname="Doe" cardNumber="1234543234566554" expiration="8/16" cvc="111"/>

License

MIT