Modal dismiss working

This commit is contained in:
John Lyon-Smith
2018-02-27 15:06:20 -08:00
parent c79df7722b
commit 4ce0638655
5 changed files with 22 additions and 16 deletions

View File

@@ -7,9 +7,12 @@ import { Dimmer } from 'ui'
class Modal extends Component {
static propTypes = {
children: PropTypes.node,
open: PropTypes.bool
open: PropTypes.bool,
// TODO: onCancel: PropTypes.func,
}
// TODO: Capture ESC key https://stackoverflow.com/questions/3369593/how-to-detect-escape-key-press-with-pure-js-or-jquery
render() {
return (
<Dimmer active={this.props.open}>