(props: any)
| 829 | }; |
| 830 | |
| 831 | const Example30 = (props: any) => { |
| 832 | return ( |
| 833 | <div> |
| 834 | <Card> |
| 835 | <CardImg |
| 836 | top |
| 837 | width="100%" |
| 838 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97180&w=318&h=180" |
| 839 | alt="Card image cap" |
| 840 | /> |
| 841 | <CardBody> |
| 842 | <CardTitle>Card Title</CardTitle> |
| 843 | <CardText> |
| 844 | This is a wider card with supporting text below as a natural lead-in |
| 845 | to additional content. This content is a little bit longer. |
| 846 | </CardText> |
| 847 | <CardText> |
| 848 | <small className="text-muted">Last updated 3 mins ago</small> |
| 849 | </CardText> |
| 850 | </CardBody> |
| 851 | </Card> |
| 852 | <Card> |
| 853 | <CardBody> |
| 854 | <CardTitle>Card Title</CardTitle> |
| 855 | <CardText> |
| 856 | This is a wider card with supporting text below as a natural lead-in |
| 857 | to additional content. This content is a little bit longer. |
| 858 | </CardText> |
| 859 | <CardText> |
| 860 | <small className="text-muted">Last updated 3 mins ago</small> |
| 861 | </CardText> |
| 862 | </CardBody> |
| 863 | <CardImg |
| 864 | bottom |
| 865 | width="100%" |
| 866 | src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97180&w=318&h=180" |
| 867 | alt="Card image cap" |
| 868 | /> |
| 869 | </Card> |
| 870 | </div> |
| 871 | ); |
| 872 | }; |
| 873 | |
| 874 | const Example31 = (props: any) => { |
| 875 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…