Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/reactstrap/reactstrap
/ toggle
Function
toggle
stories/examples/Nav/TabPane.js:20–22 ·
view source on GitHub ↗
(tab)
Source
from the content-addressed store, hash-verified
18
const
[activeTab, setActiveTab] = useState(
'1'
);
19
20
const
toggle = (tab) => {
21
if
(activeTab !== tab) setActiveTab(tab);
22
};
23
24
return
(
25
<div>
Callers
1
TabPane.js
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…