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

Function Example27

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

Source from the content-addressed store, hash-verified

742};
743
744const Example27 = (props: any) => {
745 return (
746 <Row noGutters>
747 <Col sm="6" cssModule={{ col: 'test' }}>
748 <Card body>
749 <CardTitle>Special Title Treatment</CardTitle>
750 <CardText>
751 With supporting text below as a natural lead-in to additional
752 content.
753 </CardText>
754 <Button>Go somewhere</Button>
755 </Card>
756 </Col>
757 <Col sm="6">
758 <Card body>
759 <CardTitle>Special Title Treatment</CardTitle>
760 <CardText>
761 With supporting text below as a natural lead-in to additional
762 content.
763 </CardText>
764 <Button>Go somewhere</Button>
765 </Card>
766 </Col>
767 </Row>
768 );
769};
770
771const Example28 = (props: any) => {
772 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…