MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / render

Method render

src/__tests__/Fade.spec.js:23–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

21 }
22
23 render() {
24 return (
25 <div>
26 <div className="trigger" onClick={this.toggle}>
27 Toggle
28 </div>
29 <TransitionGroup component="div">
30 {this.state.showItem ? this.props.children : null}
31 </TransitionGroup>
32 </div>
33 );
34 }
35}
36
37describe('Fade', () => {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected