react-animated-cursor icon indicating copy to clipboard operation
react-animated-cursor copied to clipboard

when passing `color` cursor disappears

Open kaushiksahu18 opened this issue 11 months ago • 2 comments

There no error i found

// only component i have
import AnimatedCursor from "react-animated-cursor"
export default function App() {
  return (
    <div className="w-[100vw] h-[100vh] bg-red-500">
      <AnimatedCursor
        color='#fff'
      />
    </div>
  )
}

kaushiksahu18 avatar Mar 17 '24 17:03 kaushiksahu18

Facing this issue as well, no props seem work.

abdullahamin231 avatar Mar 19 '24 11:03 abdullahamin231

use rgb color="255, 255, 255" hex is not supported

sanoojes avatar May 03 '24 16:05 sanoojes