Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ useIsMobile
Function
useIsMobile
web/hooks/useMediaQuery.ts:20–22 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
18
19
/** < 768px */
20
export
function
useIsMobile(): boolean {
21
return
useMediaQuery(
"(max-width: 767px)"
);
22
}
23
24
/** 768px – 1023px */
25
export
function
useIsTablet(): boolean {
Callers
nothing calls this directly
Calls
1
useMediaQuery
Function · 0.85
Tested by
no test coverage detected