1.0.5 • Published 3 years ago

react-custom-pointer v1.0.5

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

React Custom Pointer

A library that can create custom design that follows around your mouse cursor on the screen.

Installation

Using npm:

$ npm install react-custom-pointer --save

Example

import React from "react";
import Cursor from "react-custom-pointer";

export default function Example() {
  return (
    <>
      <Cursor type="default">
            {/* YOUR DESIGN HERE */}
            <div>SAMPLE</div>
      </Cursor>
    </>
  );
}

Browser Support

ChromeFirefoxSafariOperaEdgeIE
Latest ✔Latest ✔Latest ✔Latest ✔Latest ✔11 ✔