Skip to content

Instantly share code, notes, and snippets.

View asolberg's full-sized avatar

Aron Solberg asolberg

  • Intelliserve
  • Berkeley, CA
View GitHub Profile
var CreateAccountForm = React.createClass({
propTypes: {
buttonText: React.PropTypes.string,
isInline: React.PropTypes.bool
},
getInitialState: function() {
return {
error: '',
password: '',
emailAddress: '',