UNPKG
react-modalx
Version:
latest (0.0.5)
0.0.5
0.0.4
0.0.3
React modal component
github.com/nutgaard/ReactModal
nutgaard/ReactModal
react-modalx
/
src
/
MyInnerComponent.js
5 lines
•
150 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
React
.
createClass
({
render
:
function
(
) {
return
<
button
onClick
=
{this.props.close}
>
Click to close
</
button
>
; } });