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

Function Example24

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

Source from the content-addressed store, hash-verified

677);
678
679const Example24 = (props: any) => (
680 <ButtonGroup vertical>
681 <Button>1</Button>
682 <Button>2</Button>
683 <ButtonDropdown isOpen={props.dropdownOpen} toggle={() => true}>
684 <DropdownToggle caret>Dropdown</DropdownToggle>
685 <DropdownMenu>
686 <DropdownItem>Dropdown Link</DropdownItem>
687 <DropdownItem>Dropdown Link</DropdownItem>
688 </DropdownMenu>
689 </ButtonDropdown>
690 </ButtonGroup>
691);
692
693// ------------------ Cards
694const Example25 = (props: any) => {

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…