Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SyntaxUI/syntaxui
/ handleTabClick
Function
handleTabClick
src/showcase/components/tabs/SimpleTabs.tsx:64–66 ·
view source on GitHub ↗
(tabId: string)
Source
from the content-addressed store, hash-verified
62
]
63
64
const handleTabClick = (tabId: string) => {
65
setActiveTab(tabId)
66
}
67
68
return (
69
<div>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected