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

Function toggleNavbar

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

Source from the content-addressed store, hash-verified

13 const [collapsed, setCollapsed] = useState(true);
14
15 const toggleNavbar = () => setCollapsed(!collapsed);
16
17 return (
18 <div>

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…