Created
May 18, 2015 20:22
-
-
Save SeraphimSerapis/5fb12c0761b5994132b5 to your computer and use it in GitHub Desktop.
Hosted Fields card number
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| var FieldCardNumber = React.createClass({ | |
| render: function() { | |
| return ( | |
| <div className="form-group"> | |
| <label htmlFor="card-number">Card Number</label> | |
| <div id="card-number" className="form-control" /> | |
| </div> | |
| ); | |
| } | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment