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

Method render

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

Source from the content-addressed store, hash-verified

2289
2290class Example66 extends React.Component {
2291 render() {
2292 return (
2293 <ListGroup>
2294 <ListGroupItem color="success">Cras justo odio</ListGroupItem>
2295 <ListGroupItem color="info">Dapibus ac facilisis in</ListGroupItem>
2296 <ListGroupItem color="warning">Morbi leo risus</ListGroupItem>
2297 <ListGroupItem color="danger">Porta ac consectetur ac</ListGroupItem>
2298 </ListGroup>
2299 );
2300 }
2301}
2302
2303class Example67 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected