Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (25 loc) · 1.07 KB

react-svg-mouse-follower

A morphing SVG circle that follows your mouse

NPM JavaScript Style Guide

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

License

MIT