(props: any)
| 872 | }; |
| 873 | |
| 874 | const Example31 = (props: any) => { |
| 875 | return ( |
| 876 | <div> |
| 877 | <Card inverse> |
| 878 | <CardImg |
| 879 | width="100%" |
| 880 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97270&w=318&h=270&bg=333333&txtclr=666666" |
| 881 | alt="Card image cap" |
| 882 | /> |
| 883 | <CardImgOverlay> |
| 884 | <CardTitle>Card Title</CardTitle> |
| 885 | <CardText> |
| 886 | This is a wider card with supporting text below as a natural lead-in |
| 887 | to additional content. This content is a little bit longer. |
| 888 | </CardText> |
| 889 | <CardText> |
| 890 | <small className="text-muted">Last updated 3 mins ago</small> |
| 891 | </CardText> |
| 892 | </CardImgOverlay> |
| 893 | </Card> |
| 894 | </div> |
| 895 | ); |
| 896 | }; |
| 897 | |
| 898 | const Example32 = (props: any) => { |
| 899 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…