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

Method render

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

Source from the content-addressed store, hash-verified

2212
2213class Example64 extends React.Component {
2214 render() {
2215 return (
2216 <ListGroup>
2217 <ListGroupItem disabled tag="a" href="#">
2218 Cras justo odio
2219 </ListGroupItem>
2220 <ListGroupItem tag="a" href="#">
2221 Dapibus ac facilisis in
2222 </ListGroupItem>
2223 <ListGroupItem tag="a" href="#">
2224 Morbi leo risus
2225 </ListGroupItem>
2226 <ListGroupItem tag="a" href="#">
2227 Porta ac consectetur ac
2228 </ListGroupItem>
2229 <ListGroupItem tag="a" href="#">
2230 Vestibulum at eros
2231 </ListGroupItem>
2232 </ListGroup>
2233 );
2234 }
2235}
2236
2237class Example65 extends React.Component {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected