Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SyntaxUI/syntaxui
/ useIsInsideMobileNavigation
Function
useIsInsideMobileNavigation
src/components/MobileNavigation.tsx:136–138 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
134
}
135
136
export function useIsInsideMobileNavigation() {
137
return useContext(IsInsideMobileNavigationContext)
138
}
139
140
export const useMobileNavigationStore = create<{
141
isOpen: boolean
Callers
4
VisibleSectionHighlight
Function · 0.90
NavigationGroup
Function · 0.90
Header.tsx
File · 0.90
MobileNavigation
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected