(props: any)
| 716 | }; |
| 717 | |
| 718 | const Example26 = (props: any) => { |
| 719 | return ( |
| 720 | <div> |
| 721 | <Card> |
| 722 | <CardBody> |
| 723 | <CardTitle>Card title</CardTitle> |
| 724 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 725 | </CardBody> |
| 726 | <img |
| 727 | width="100%" |
| 728 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97180&w=318&h=180" |
| 729 | alt="Card image cap" |
| 730 | /> |
| 731 | <CardBody> |
| 732 | <CardText> |
| 733 | Some quick example text to build on the card title and make up the |
| 734 | bulk of the card's content. |
| 735 | </CardText> |
| 736 | <CardLink href="#">Card Link</CardLink> |
| 737 | <CardLink href="#">Another Link</CardLink> |
| 738 | </CardBody> |
| 739 | </Card> |
| 740 | </div> |
| 741 | ); |
| 742 | }; |
| 743 | |
| 744 | const Example27 = (props: any) => { |
| 745 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…