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

Function Example

stories/examples/Card/Props.js:14–29  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12import Props from '../Props';
13
14function Example() {
15 return (
16 <Props
17 components={[
18 Card,
19 CardBody,
20 CardHeader,
21 CardFooter,
22 CardImg,
23 CardSubtitle,
24 CardTitle,
25 CardText,
26 ]}
27 />
28 );
29}
30
31export default Example;

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…