Custom cursor react component
npm install react-cursor-custom> React custom cursor component
 
``bash`
npm install --save react-cursor
or
`bash`
yarn add react-cursor
jsx
import React from 'react'import { CursorProvider } from 'react-cursor-custom'
const App = () => {
return (
)
}
``| Prop name | Description |
| ------------- | ------------- |
| color | [string] color of ring and dot default is black |
| noRing | [boolean] hide the outside ring |
| ringSize | [number] size of the ring |
| transitionTime | [number] transition time in ms |
MIT © timmilesdw