(props: any)
| 1057 | }; |
| 1058 | |
| 1059 | const Example35 = (props: any) => { |
| 1060 | return ( |
| 1061 | <CardDeck> |
| 1062 | <Card> |
| 1063 | <CardImg |
| 1064 | top |
| 1065 | width="100%" |
| 1066 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1067 | alt="Card image cap" |
| 1068 | /> |
| 1069 | <CardBody> |
| 1070 | <CardTitle>Card title</CardTitle> |
| 1071 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1072 | <CardText> |
| 1073 | This is a wider card with supporting text below as a natural lead-in |
| 1074 | to additional content. This content is a little bit longer. |
| 1075 | </CardText> |
| 1076 | <Button>Button</Button> |
| 1077 | </CardBody> |
| 1078 | </Card> |
| 1079 | <Card> |
| 1080 | <CardImg |
| 1081 | top |
| 1082 | width="100%" |
| 1083 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1084 | alt="Card image cap" |
| 1085 | /> |
| 1086 | <CardBody> |
| 1087 | <CardTitle>Card title</CardTitle> |
| 1088 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1089 | <CardText> |
| 1090 | This card has supporting text below as a natural lead-in to |
| 1091 | additional content. |
| 1092 | </CardText> |
| 1093 | <Button>Button</Button> |
| 1094 | </CardBody> |
| 1095 | </Card> |
| 1096 | <Card> |
| 1097 | <CardImg |
| 1098 | top |
| 1099 | width="100%" |
| 1100 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1101 | alt="Card image cap" |
| 1102 | /> |
| 1103 | <CardBody> |
| 1104 | <CardTitle>Card title</CardTitle> |
| 1105 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1106 | <CardText> |
| 1107 | This is a wider card with supporting text below as a natural lead-in |
| 1108 | to additional content. This card has even longer content than the |
| 1109 | first to show that equal height action. |
| 1110 | </CardText> |
| 1111 | <Button>Button</Button> |
| 1112 | </CardBody> |
| 1113 | </Card> |
| 1114 | </CardDeck> |
| 1115 | ); |
| 1116 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…