Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SyntaxUI/syntaxui
/ handleClick
Function
handleClick
src/showcase/effects/EmojiConfetti.tsx:101–104 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
99
}, [isExploding])
100
101
const handleClick = () => {
102
setIsExploding(true)
103
particles.current = []
104
}
105
106
return (
107
<div className=
"relative"
>
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected