MCPcopy Create free account
hub / github.com/reactstrap/reactstrap / Example31

Function Example31

types/reactstrap-tests.tsx:874–896  ·  view source on GitHub ↗
(props: any)

Source from the content-addressed store, hash-verified

872};
873
874const 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
898const Example32 = (props: any) => {
899 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…