(props: any)
| 998 | }; |
| 999 | |
| 1000 | const Example34 = (props: any) => { |
| 1001 | return ( |
| 1002 | <CardGroup> |
| 1003 | <Card> |
| 1004 | <CardImg |
| 1005 | top |
| 1006 | width="100%" |
| 1007 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1008 | alt="Card image cap" |
| 1009 | /> |
| 1010 | <CardBody> |
| 1011 | <CardTitle>Card title</CardTitle> |
| 1012 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1013 | <CardText> |
| 1014 | This is a wider card with supporting text below as a natural lead-in |
| 1015 | to additional content. This content is a little bit longer. |
| 1016 | </CardText> |
| 1017 | <Button>Button</Button> |
| 1018 | </CardBody> |
| 1019 | </Card> |
| 1020 | <Card> |
| 1021 | <CardImg |
| 1022 | top |
| 1023 | width="100%" |
| 1024 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1025 | alt="Card image cap" |
| 1026 | /> |
| 1027 | <CardBody> |
| 1028 | <CardTitle>Card title</CardTitle> |
| 1029 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1030 | <CardText> |
| 1031 | This card has supporting text below as a natural lead-in to |
| 1032 | additional content. |
| 1033 | </CardText> |
| 1034 | <Button>Button</Button> |
| 1035 | </CardBody> |
| 1036 | </Card> |
| 1037 | <Card> |
| 1038 | <CardImg |
| 1039 | top |
| 1040 | width="100%" |
| 1041 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1042 | alt="Card image cap" |
| 1043 | /> |
| 1044 | <CardBody> |
| 1045 | <CardTitle>Card title</CardTitle> |
| 1046 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1047 | <CardText> |
| 1048 | This is a wider card with supporting text below as a natural lead-in |
| 1049 | to additional content. This card has even longer content than the |
| 1050 | first to show that equal height action. |
| 1051 | </CardText> |
| 1052 | <Button>Button</Button> |
| 1053 | </CardBody> |
| 1054 | </Card> |
| 1055 | </CardGroup> |
| 1056 | ); |
| 1057 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…