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