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

Function Example105

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

Source from the content-addressed store, hash-verified

4297}
4298
4299function Example105() {
4300 return (
4301 <Dropdown className="main-nav-avatar" isOpen={true} aria-labelledby="menu">
4302 <a
4303 href="javascript:void(0)"
4304 id="menu"
4305 data-toggle="dropdown"
4306 aria-haspopup="true"
4307 aria-expanded="false"
4308 >
4309 Toggle
4310 </a>
4311
4312 <DropdownMenu right className="asdf">
4313 <div className="d-block">Item</div>
4314 </DropdownMenu>
4315 </Dropdown>
4316 );
4317}
4318
4319function Example106() {
4320 return (

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…