(props: any)
| 1116 | }; |
| 1117 | |
| 1118 | const Example36 = (props: any) => { |
| 1119 | return ( |
| 1120 | <CardColumns> |
| 1121 | <Card> |
| 1122 | <CardImg |
| 1123 | top |
| 1124 | width="100%" |
| 1125 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1126 | alt="Card image cap" |
| 1127 | /> |
| 1128 | <CardBody> |
| 1129 | <CardTitle>Card title</CardTitle> |
| 1130 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1131 | <CardText> |
| 1132 | This is a wider card with supporting text below as a natural lead-in |
| 1133 | to additional content. This content is a little bit longer. |
| 1134 | </CardText> |
| 1135 | <Button>Button</Button> |
| 1136 | </CardBody> |
| 1137 | </Card> |
| 1138 | <Card> |
| 1139 | <CardImg |
| 1140 | top |
| 1141 | width="100%" |
| 1142 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1143 | alt="Card image cap" |
| 1144 | /> |
| 1145 | </Card> |
| 1146 | <Card> |
| 1147 | <CardBody> |
| 1148 | <CardTitle>Card title</CardTitle> |
| 1149 | <CardSubtitle>Card subtitle</CardSubtitle> |
| 1150 | <CardText> |
| 1151 | This card has supporting text below as a natural lead-in to |
| 1152 | additional content. |
| 1153 | </CardText> |
| 1154 | <Button>Button</Button> |
| 1155 | </CardBody> |
| 1156 | </Card> |
| 1157 | <Card |
| 1158 | body |
| 1159 | inverse |
| 1160 | style={{ backgroundColor: '#333', borderColor: '#333' }} |
| 1161 | > |
| 1162 | <CardTitle>Special Title Treatment</CardTitle> |
| 1163 | <CardText> |
| 1164 | With supporting text below as a natural lead-in to additional content. |
| 1165 | </CardText> |
| 1166 | <Button>Button</Button> |
| 1167 | </Card> |
| 1168 | <Card> |
| 1169 | <CardImg |
| 1170 | top |
| 1171 | width="100%" |
| 1172 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=256%C3%97180&w=256&h=180" |
| 1173 | alt="Card image cap" |
| 1174 | /> |
| 1175 | <CardBody> |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…