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

Method render

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

Source from the content-addressed store, hash-verified

2194
2195class Example63 extends React.Component {
2196 render() {
2197 return (
2198 <ListGroup>
2199 <ListGroupItem className="justify-content-between">
2200 Cras justo odio <Badge pill>14</Badge>
2201 </ListGroupItem>
2202 <ListGroupItem className="justify-content-between">
2203 Dapibus ac facilisis in <Badge pill>2</Badge>
2204 </ListGroupItem>
2205 <ListGroupItem className="justify-content-between">
2206 Morbi leo risus <Badge pill>1</Badge>
2207 </ListGroupItem>
2208 </ListGroup>
2209 );
2210 }
2211}
2212
2213class Example64 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected