Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/flatlogic/react-material-admin
/ toggleSidebar
Function
toggleSidebar
src/context/LayoutContext.js:45–49 ·
view source on GitHub ↗
(dispatch)
Source
from the content-addressed store, hash-verified
43
}
44
45
const
toggleSidebar = (dispatch) => {
46
dispatch({
47
type
:
'TOGGLE_SIDEBAR'
,
48
});
49
};
50
51
export
{
52
LayoutProvider,
Callers
3
Header.js
File · 0.90
toggleDrawer
Function · 0.90
Header.js
File · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected