Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/sshwsfc/xadmin
/ render
Method
render
xadmin-dashboard/src/widgets/HtmlPart.js:9–12 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
class
HtmlPart extends React.Component {
8
9
render() {
10
const
{ html } = this.props
11
return
<div dangerouslySetInnerHTML={{ __html: html }} />
12
}
13
14
}
15
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected