1.0.8 • Published 2 years ago

@pjsalita/react-mouse-trail v1.0.8

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

React Mouse Trail component by Pj Salita

A mouse trail component for React.

npm version npm downloads License

Live demo: here

Installation

npm i @pjsalita/react-mouse-trail

or

yarn add @pjsalita/react-mouse-trail

Usage

import MouseTrail from "@pjsalita/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: Pj Salita <pj.salita@gmail.com>

Reference: JavaScript mouse trail - Codepen

1.0.8

2 years ago

1.0.7

2 years ago

1.0.6

2 years ago

1.0.5

2 years ago

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago