Skip to content

Instantly share code, notes, and snippets.

@SeraphimSerapis
Created May 18, 2015 20:22
Show Gist options
  • Select an option

  • Save SeraphimSerapis/5fb12c0761b5994132b5 to your computer and use it in GitHub Desktop.

Select an option

Save SeraphimSerapis/5fb12c0761b5994132b5 to your computer and use it in GitHub Desktop.
Hosted Fields card number
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