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

Function Example113

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

Source from the content-addressed store, hash-verified

4553}
4554
4555const Example113 = (props: any) => {
4556 return (
4557 <div>
4558 <Card>
4559 <CardBody>
4560 Anim pariatur cliche reprehenderit, enim eiusmod high life accusamus
4561 terry richardson ad squid. Nihil anim keffiyeh helvetica, craft beer
4562 labore wes anderson cred nesciunt sapiente ea proident.
4563 </CardBody>
4564 </Card>
4565 </div>
4566 );
4567};
4568
4569class Example114 extends React.Component<any, any> {
4570 private element: HTMLElement;

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…