Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/codeaashu/claude-code
/ useTabsWidth
Function
useTabsWidth
src/components/design-system/Tabs.tsx:289–294 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
287
return t2;
288
}
289
export function useTabsWidth() {
290
const {
291
width
292
} = useContext(TabsContext);
293
return width;
294
}
295
296
/**
297
* Opt into header-focus gating. Returns the current header focus state and a
Callers
1
RulesTabContent
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected