MCPcopy Index your code
hub / github.com/Lobos/react-ui / renderModal

Method renderModal

src/Modal.js:272–278  ·  view source on GitHub ↗
(props)

Source from the content-addressed store, hash-verified

270 }
271
272 renderModal (props) {
273 open({
274 id: this.id,
275 content: props.children,
276 ...props
277 });
278 }
279
280 render () {
281 return DOM.noscript();

Callers 2

componentDidMountMethod · 0.95

Calls 1

openFunction · 0.85

Tested by

no test coverage detected