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

Function Example

stories/examples/Carousel/Props.js:11–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9import Props from '../Props';
10
11function Example() {
12 return (
13 <Props
14 components={[
15 Carousel,
16 CarouselItem,
17 CarouselControl,
18 CarouselIndicators,
19 CarouselCaption,
20 ]}
21 />
22 );
23}
24
25export 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…