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

Method render

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

Source from the content-addressed store, hash-verified

5018 }
5019
5020 render() {
5021 return (
5022 <Dropdown isOpen={this.state.dropdownOpen} toggle={this.toggle}>
5023 <DropdownToggle caret>Dropdown</DropdownToggle>
5024 <DropdownMenu persist>
5025 <DropdownItem header>Header</DropdownItem>
5026 <DropdownItem disabled>Action</DropdownItem>
5027 <DropdownItem>Another Action</DropdownItem>
5028 <DropdownItem divider />
5029 <DropdownItem>Another Action</DropdownItem>
5030 </DropdownMenu>
5031 </Dropdown>
5032 );
5033 }
5034}
5035
5036function Example123() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected