1.0.3 • Published 2 years ago

react-svg-mouse-follower v1.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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/>
        ...
    )
}
ArgumentTypeDefaultDescription
disablebooleanfalseWhether or not the scroll effect will be enabled
trailLengthnumber40How much the circle would extends
radiusnumber60The radius of the circle

License

MIT

1.0.2

2 years ago

1.0.3

2 years ago

1.0.1

2 years ago