Skip to content

JRoussos/react-svg-mouse-follower

Repository files navigation

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

Releases

No releases published

Packages

No packages published