react-svg-mouse-follower
v1.0.3
Published
A morphing SVG circle that follows your mouse
Downloads
7
Readme
react-svg-mouse-follower
A morphing SVG circle that follows your mouse
Install
npm install react-svg-mouse-follower
Usage
import * as React from 'react'
import MouseFollower from 'react-svg-mouse-follower'
const Component = () => {
return (
<MouseFollower/>
...
)
}
| Argument | Type | Default | Description | | ----------- | ------------| -------- | ------------------------------------------------------ | | disable | boolean | false | Whether or not the scroll effect will be enabled | | trailLength | number | 40 | How much the circle would extends | | radius | number | 60 | The radius of the circle |