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

Function Example17

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

Source from the content-addressed store, hash-verified

555);
556
557const Example17 = (props: any) => (
558 <ButtonDropdown isOpen={true} toggle={() => true}>
559 <Button id="caret" color="primary">
560 {props.text}
561 </Button>
562 <DropdownToggle caret color="primary" />
563 <DropdownMenu>
564 <DropdownItem header>Header</DropdownItem>
565 <DropdownItem disabled>Action</DropdownItem>
566 <DropdownItem>Another Action</DropdownItem>
567 <DropdownItem divider />
568 <DropdownItem>Another Action</DropdownItem>
569 </DropdownMenu>
570 </ButtonDropdown>
571);
572
573const Example18 = (
574 <div>

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…