You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

rocket-cursor-component

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rocket-cursor-component

A customizable React component that replaces the cursor with an animated rocket.

1.0.6
Source
npmnpm
Version published
Weekly downloads
10
400%
Maintainers
1
Weekly downloads
 
Created
Source

Rocket Cursor Component

A customizable React component that replaces the mouse cursor with an animated rocket that rotates based on movement and displays a flame effect when in motion.

Installation

Install the package via npm:

npm install rocket-cursor-component

Usage

Here's an example of how to use the RocketCursor component in your React app:

import React from "react";
import RocketCursor from "rocket-cursor-component";

function App() {
  return (
    <div>
      <h1>Your app content here</h1>
      <RocketCursor size={60} threshold={15} />
    </div>
  );
}

export default App;

Props

PropTypeDefaultDescription
sizenumber50The size of the rocket cursor
thresholdnumber10Distance to move before the rocket rotates
isVisiblebooleantrueShow or hide the rocket cursor

Features

  • Custom Cursor: Replaces the default mouse cursor with a rocket that follows the cursor.
  • Rotation: The rocket rotates in the direction of the cursor movement.
  • Flame Effect: The rocket displays a flame animation when the cursor is moving.
  • Customizable: Easily adjust the size, rotation threshold, and visibility of the rocket.

Demo

Here’s a demo of the Rocket Cursor in action:

Rocket Cursor Demo

Changelog

1.0.2

  • Added demo GIF in the README file.

1.0.1

  • Initial release of the Rocket Cursor component.

Author

No898

License

This project is licensed under the MIT License. See the LICENSE file for details.

FAQs

Package last updated on 12 Sep 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts