Bakti Aditya

Results 2 comments of Bakti Aditya

hope can give you some inspiration, I'm using this in my Next.js project (modified version of react-animated-cursor) https://gist.github.com/baktiaditya/41d83e04972cca950b59bb7ac83e7930#file-cursor-tsx-L60-L81 usage in Next.js `_app.tsx`: ```tsx const router = useRouter(); const cursorRef =...

> `clickableTargets` > @baktiaditya Thank you, do I still need to import it dynamically? It works perfectly for the built-in `a` tags but I have some dynamically generated elements that...