Skip to content

Instantly share code, notes, and snippets.

@m4tthumphrey
Created October 17, 2014 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save m4tthumphrey/6a0b93d05235613a3711 to your computer and use it in GitHub Desktop.
Save m4tthumphrey/6a0b93d05235613a3711 to your computer and use it in GitHub Desktop.
render: function() {
var { className, ...other } = this.props;
var fulClassName = 'toolbox2-modal-content toolbox2-modal-' + className;
return (
<div className="toolbox2-modal-backdrop" onClick={this.handleBackdropClick} {...other}>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment