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

Method render

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

Source from the content-addressed store, hash-verified

1306 }
1307
1308 render() {
1309 return (
1310 <Dropdown isOpen={this.state.dropdownOpen} toggle={this.toggle}>
1311 <DropdownToggle caret>Dropdown</DropdownToggle>
1312 <DropdownMenu>
1313 <DropdownItem header>Header</DropdownItem>
1314 <DropdownItem disabled>Action</DropdownItem>
1315 <DropdownItem>Another Action</DropdownItem>
1316 <DropdownItem divider />
1317 <DropdownItem>Another Action</DropdownItem>
1318 </DropdownMenu>
1319 </Dropdown>
1320 );
1321 }
1322}
1323
1324const Example40 = (props: any) => (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected