Components
Loading preview...
Animated eyes that follow the mouse cursor.
npx shadcn@latest add https://21st.dev/r/preetsuthar17/mouse-following-eyesimport { MouseFollowingEyes } from "@/components/ui/mouse-following-eyes"
const Demo = () => {
return (
<MouseFollowingEyes/>
)
}
export {Demo}