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

Function Example40

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

Source from the content-addressed store, hash-verified

1322}
1323
1324const Example40 = (props: any) => (
1325 <Dropdown isOpen={false} toggle={() => false}>
1326 <DropdownToggle caret>Dropdown</DropdownToggle>
1327 <DropdownMenu right>
1328 <DropdownItem header>Header</DropdownItem>
1329 <DropdownItem disabled>Action</DropdownItem>
1330 <DropdownItem>Another Action</DropdownItem>
1331 <DropdownItem divider />
1332 <DropdownItem>Another Action</DropdownItem>
1333 </DropdownMenu>
1334 </Dropdown>
1335);
1336
1337const Example41 = (props: any) => <DropdownItem header>Header</DropdownItem>;
1338

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…