MCPcopy Create free account
hub / github.com/MicheleBertoli/css-in-js / render

Method render

scope-styles/button.js:31–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

29
30class Button extends Component {
31 render() {
32 return (
33 <div className={scoped.container}>
34 <button className={scoped.button}>Click me!</button>
35 </div>
36 );
37 }
38}
39
40React.render(<Button />, document.getElementById('content'));

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected