Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
19
Code.propTypes = {
Callers
2
react.js
File · 0.45
app.jsx
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected