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

Function Example44

types/reactstrap-tests.tsx:1400–1413  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1398}
1399
1400function Example44() {
1401 return (
1402 <UncontrolledDropdown className="some-class">
1403 <DropdownToggle caret>Dropdown</DropdownToggle>
1404 <DropdownMenu>
1405 <DropdownItem header>Header</DropdownItem>
1406 <DropdownItem disabled>Action</DropdownItem>
1407 <DropdownItem>Another Action</DropdownItem>
1408 <DropdownItem divider />
1409 <DropdownItem>Another Action</DropdownItem>
1410 </DropdownMenu>
1411 </UncontrolledDropdown>
1412 );
1413}
1414
1415// ------------------ Form
1416class Example45 extends React.Component {

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…