MCPcopy Create free account
hub / github.com/DavidHDev/react-bits / handleClick

Function handleClick

src/components/common/Preview/OpenInStudioButton.jsx:29–31  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

27 const navigate = useNavigate();
28
29 const handleClick = () => {
30 navigate(buildStudioUrl(backgroundId, currentProps, defaultProps));
31 };
32
33 return (
34 <Button

Callers 1

Sidebar.jsxFile · 0.50

Calls 1

buildStudioUrlFunction · 0.85

Tested by

no test coverage detected