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

Function Example23

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

Source from the content-addressed store, hash-verified

663);
664
665const Example23 = (props: any) => (
666 <ButtonGroup>
667 <Button>1</Button>
668 <Button>2</Button>
669 <ButtonDropdown isOpen={true} toggle={() => true}>
670 <DropdownToggle caret>Dropdown</DropdownToggle>
671 <DropdownMenu>
672 <DropdownItem>Dropdown Link</DropdownItem>
673 <DropdownItem>Dropdown Link</DropdownItem>
674 </DropdownMenu>
675 </ButtonDropdown>
676 </ButtonGroup>
677);
678
679const Example24 = (props: any) => (
680 <ButtonGroup vertical>

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…