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

Function Example

stories/examples/Dropdown/Props.js:10–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

8import Props from '../Props';
9
10function Example() {
11 return (
12 <Props
13 components={[Dropdown, DropdownToggle, DropdownMenu, DropdownItem]}
14 />
15 );
16}
17
18export 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…