MCPcopy 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 */
20export function useIsMobile(): boolean {
21 return useMediaQuery("(max-width: 767px)");
22}
23
24/** 768px – 1023px */
25export function useIsTablet(): boolean {

Callers

nothing calls this directly

Calls 1

useMediaQueryFunction · 0.85

Tested by

no test coverage detected