billing-form
billing-form copied to clipboard
Demo page for user-friendly billing form features
Billing Form Example
Demo page for user-friendly billing form features:
- suitable
autocomplete
,name
andpattern
attributes -
vanilla-masker
to separate card digits -
fast-luhn
to verify card number -
banks-db
for nicer appearance - Halter font for easier comparing
Demo
Demo page is available here.
Installation
To run the demo locally, clone or download current repository, then type:
yarn
npm start
And open http://localhost:3000/ in your browser.