MCPcopy Create free account
hub / github.com/sshwsfc/xadmin / render

Method render

xadmin-dashboard/src/widgets/WebGL.js:77–82  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75 }
76
77 render() {
78 const style = {
79 height: '100%', ...this.props.style
80 }
81 return <div style={style} ref="webglDom" />
82 }
83
84}
85

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected