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

Method render

types/reactstrap-tests.tsx:135–141  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

133 };
134
135 render() {
136 return (
137 <Alert color="info" isOpen={this.state.visible} toggle={this.onDismiss}>
138 I am an alert and I can be dismissed!
139 </Alert>
140 );
141 }
142}
143
144function AlertExample1() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected