()
| 2212 | |
| 2213 | class 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 | |
| 2237 | class Example65 extends React.Component { |
nothing calls this directly
no outgoing calls
no test coverage detected