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

Function Example29

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

Source from the content-addressed store, hash-verified

797};
798
799const Example29 = (props: any) => {
800 return (
801 <div>
802 <Card>
803 <CardHeader>Header</CardHeader>
804 <CardBody>
805 <CardTitle>Special Title Treatment</CardTitle>
806 <CardText>
807 With supporting text below as a natural lead-in to additional
808 content.
809 </CardText>
810 <Button>Go somewhere</Button>
811 </CardBody>
812 <CardFooter>Footer</CardFooter>
813 </Card>
814
815 <Card>
816 <CardHeader tag="h3">Featured</CardHeader>
817 <CardBody>
818 <CardTitle>Special Title Treatment</CardTitle>
819 <CardText>
820 With supporting text below as a natural lead-in to additional
821 content.
822 </CardText>
823 <Button>Go somewhere</Button>
824 </CardBody>
825 <CardFooter className="text-muted">Footer</CardFooter>
826 </Card>
827 </div>
828 );
829};
830
831const Example30 = (props: any) => {
832 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…