Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rapsacnz/PaymentForm
A form that takes credit card and address information. Uses a ported version of jessie pollack's card component.
https://github.com/rapsacnz/PaymentForm
credit-card javascript lightning-web-components lwc paymentform salesforce salesforce-lightning
Last synced: 5 days ago
JSON representation
A form that takes credit card and address information. Uses a ported version of jessie pollack's card component.
- Host: GitHub
- URL: https://github.com/rapsacnz/PaymentForm
- Owner: rapsacnz
- License: mit
- Created: 2020-05-09T03:24:14.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-28T02:14:38.000Z (about 4 years ago)
- Last Synced: 2024-08-02T12:21:27.878Z (3 months ago)
- Topics: credit-card, javascript, lightning-web-components, lwc, paymentform, salesforce, salesforce-lightning
- Language: JavaScript
- Size: 616 KB
- Stars: 53
- Watchers: 9
- Forks: 25
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-lwc - Payment Form
README
# PaymentForm
This app contains two handy Lightning Web Components - a credit card validator and an address input validator.
Used together, they should cover most use cases that need credit card and address input.Massive thanks to Jessie Pollack whose library I heavily borrowed to make this lwc based app.
https://github.com/jessepollak/card/
Note, the containing app is an AURA app, which the individual CC and Address input forms are full LWC Components.
I haven't had time to convert the containing app or component to Aura, but it should be pretty easy really.# How it looks:
[![payment gif][1]][1][1]: https://github.com/rapsacnz/PaymentForm/blob/master/PaymentForm2.gif