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

Function Example26

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

Source from the content-addressed store, hash-verified

716};
717
718const Example26 = (props: any) => {
719 return (
720 <div>
721 <Card>
722 <CardBody>
723 <CardTitle>Card title</CardTitle>
724 <CardSubtitle>Card subtitle</CardSubtitle>
725 </CardBody>
726 <img
727 width="100%"
728 src="https://placeholdit.imgix.net/~text?txtsize=33&txt=318%C3%97180&w=318&h=180"
729 alt="Card image cap"
730 />
731 <CardBody>
732 <CardText>
733 Some quick example text to build on the card title and make up the
734 bulk of the card's content.
735 </CardText>
736 <CardLink href="#">Card Link</CardLink>
737 <CardLink href="#">Another Link</CardLink>
738 </CardBody>
739 </Card>
740 </div>
741 );
742};
743
744const Example27 = (props: any) => {
745 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…