Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/OpenSIST/OpenSIST.github.io
/ useSmallPage
Function
useSmallPage
src/Components/common.jsx:27–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
25
}));
26
27
export function useSmallPage() {
28
return useMediaQuery(
'(max-width:900px)'
);
29
}
30
31
export function CollapseSideBar({children, sx}) {
32
const smallPage = useSmallPage();
Callers
5
PostContent
Function · 0.90
TopBar
Function · 0.90
MarkDownEditor
Function · 0.90
AddModifyRecord
Function · 0.90
CollapseSideBar
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected