React cursor pointer library is an re-usable customisable react pointer.
npm install react-cursor-pointerbash
npm install react-cursor-pointer@latest
`
Usage
Use the Pointer component from react-cursor-pointer
`javascript
import React from "react";
import Pointer from "react-cursor-pointer";
const App = () => {
return (
{/ if you want an image as the cursor background add image prop with the image's path as value/}
{/ image="src/assets/pikachu.png" /}
);
};
export default App;
``