Created
October 17, 2014 10:16
-
-
Save m4tthumphrey/6a0b93d05235613a3711 to your computer and use it in GitHub Desktop.
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
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