MCPcopy Create free account
hub / github.com/primer/react / onClick

Function onClick

packages/react/src/ToggleSwitch/ToggleSwitch.test.tsx:111–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

109 const [isOn, setIsOn] = React.useState(false)
110
111 const onClick = () => {
112 setIsOn(!isOn)
113 }
114
115 return (
116 <>

Callers 4

ActionBarFunction · 0.85
ToggleSwitch.tsxFile · 0.85
clickHandlerFunction · 0.85
Item.tsxFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected