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

Method render

xadmin-dashboard/src/components/Cell.js:29–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 }
28
29 render() {
30 const { onRemove, cellKey, onCopy } = this.props
31 return (
32 <div className="widget-ctl-bar">
33 <Icon onClick={onRemove} name="trash-o" />
34 </div>
35 )
36 }
37}
38
39const MissWidgetType = ({ type }) => (<span>组件类型 [{type}] 未定义</span>)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected