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