1.1.3 • Published 9 months ago

@scorder/react-mouse-trail v1.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

React Mouse Trail component by Pj Salita

A mouse trail component for React.

npm version npm downloads License

Live demo: here

This package was originally authored by Pj Salita.
I updated the dependencies to resolve vulnerabilities.

Installation

npm i @scorder/react-mouse-trail

or

yarn add @scorder/react-mouse-trail

Usage

import MouseTrail from "@scorder/react-mouse-trail";

function MyComponent() {
  const config = {
    color: "#000000",
    idleAnimation: true,
    idleAnimationCount: 10,
    inverted: true,
    size: 20,
    trailCount: 20,
  };

  return <MouseTrail {...config} />;
}

License

MIT License: scorder <scorder96@gmail.com>

Reference: JavaScript mouse trail - Codepen

1.1.3

9 months ago

1.0.8

9 months ago

1.1.2

9 months ago

1.1.1

9 months ago

1.1.0

9 months ago

1.0.9

9 months ago