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

Method render

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

Source from the content-addressed store, hash-verified

2180
2181class Example62 extends React.Component {
2182 render() {
2183 return (
2184 <ListGroup>
2185 <ListGroupItem>Cras justo odio</ListGroupItem>
2186 <ListGroupItem>Dapibus ac facilisis in</ListGroupItem>
2187 <ListGroupItem>Morbi leo risus</ListGroupItem>
2188 <ListGroupItem>Porta ac consectetur ac</ListGroupItem>
2189 <ListGroupItem>Vestibulum at eros</ListGroupItem>
2190 </ListGroup>
2191 );
2192 }
2193}
2194
2195class Example63 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected