MCPcopy Create free account
hub / github.com/Lobos/react-ui / render

Method render

docs/src/js/Code.js:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 }
13
14 render () {
15 return (<div className="code" ref={(c) => this.code = c}><pre className="prettyprint">{this.props.children}</pre></div>);
16 }
17}
18
19Code.propTypes = {

Callers 2

react.jsFile · 0.45
app.jsxFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected