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

Function toggle

stories/examples/Nav/TabsExample.js:15–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 const [dropdownOpen, setDropdownOpen] = useState(false);
14
15 const toggle = () => setDropdownOpen(!dropdownOpen);
16
17 return (
18 <Nav tabs>

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…