A library that can create custom design that follows around your mouse cursor on the screen.
npm install react-custom-pointerA library that can create custom design that follows around your mouse cursor on the screen.
Using npm:
``bash`
$ npm install react-custom-pointer --save
javascript
import React from "react";
import Cursor from "react-custom-pointer";export default function Example() {
return (
<>
{/ YOUR DESIGN HERE /}
SAMPLE
>
);
}
``!Chrome | !Firefox | !Safari | !Opera | !Edge | !IE |
--- | --- | --- | --- | --- | --- |
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ |