MCPcopy Create free account
hub / github.com/flyfloor/react-component / render

Method render

demo/entre.js:67–99  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65
66class App extends React.Component {
67 render() {
68 return (
69 <div>
70 <div className="header">
71 <div className="container">
72 <h1><a href="http://imiao.in">React Component</a></h1>
73 <div className="table">
74 <div className="row">
75 <div className="cell">
76 <blockquote>Some basic component, <b>barely no css</b>, <b>build with ReactJs</b></blockquote>
77 </div>
78 <div className="cell">
79 <span>
80 <a target="_blank" href="http://braavos.me">落在深海</a>
81 </span>
82 <span><a target="_blank" href="http://github.com/jerryshew/react-component">Github</a></span>
83 </div>
84 </div>
85 </div>
86 </div>
87 </div>
88 <div className="container" id="demo_list">
89 <Nav/>
90 <div className="children">
91 {this.props.children}
92 </div>
93 </div>
94 <div className="footer center container">
95 <a href="http://braavos.me" target="_blank">@落在深海</a>
96 </div>
97 </div>
98 );
99 }
100}
101
102

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected