OLD | NEW |
(Empty) | |
| 1 # gold-elements |
| 2 Elements built for e-commerce-specific use-cases, like checkout flows. |
| 3 |
| 4 Current elements include: |
| 5 * `gold-cc-cvc-input`: A credit card verification input field |
| 6 * `gold-cc-expiration-input`: A field for a credit card expiration date |
| 7 * `gold-cc-input`: An input field for a credit card number |
| 8 * `gold-email-input`: An input field for an email address |
| 9 * `gold-phone-input`: An input field for a phone number |
| 10 * `gold-zip-input`: An input field for a zip |
| 11 |
| 12 [Here](https://github.com/notwaldorf/polymer-gold-elements-demo) is a demo of |
| 13 different checkout forms using all of the available gold elements. |
| 14 |
| 15  |
OLD | NEW |