(props)
| 10 | } from 'reactstrap'; |
| 11 | |
| 12 | function Example(props) { |
| 13 | return ( |
| 14 | <Card className="my-2" style={{ width: '18rem' }}> |
| 15 | <CardHeader>Header</CardHeader> |
| 16 | <CardBody> |
| 17 | <CardTitle tag="h5">Special Title Treatment</CardTitle> |
| 18 | <CardText> |
| 19 | With supporting text below as a natural lead-in to additional content. |
| 20 | </CardText> |
| 21 | <Button>Go somewhere</Button> |
| 22 | </CardBody> |
| 23 | <CardFooter>Footer</CardFooter> |
| 24 | </Card> |
| 25 | ); |
| 26 | } |
| 27 | |
| 28 | export default Example; |
| 29 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…