Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pratikmane0112/react-jumbo-cursor

A npm package developed by me which enhance browser cursor to animated cursor by taking mutiple colors as input.
https://github.com/pratikmane0112/react-jumbo-cursor

jumbo-cursor npm-package react tailwindcss

Last synced: 2 months ago
JSON representation

A npm package developed by me which enhance browser cursor to animated cursor by taking mutiple colors as input.

Awesome Lists containing this project

README

        

# react-jumbo-cursor
A package to enhance browser cursor to animated cursor by taking multiple colors as input .

## Installation
```
npm i react-jumbo-cursor
```
## Features
- **Customizable Colors**: Set the cursor color to match your application's theme.
- **Multiple Cursor Styles**: Includes various cursor styles and sizes for different effects.
- **Smooth Animations**: Provides smooth cursor animations.
- **Hide System Cursor**: Hides the default system cursor for a seamless experience.
- **Interactive Elements**: Cursor interactions with clickable elements like buttons and links.
## Usage

```
import React from 'react';
import { JumboCursor } from 'react-jumbo-cursor';

function App() {
return (
<>

>
);
}

export default App;

```
## Props

- rgb(red, green, blue)

| type | value |
| -------- | ------------|
| color | (255, 0, 0) |
| | ( , 255, 0) |
| | (0, 0, 255) |

## Contributing

Pull requests are welcome. For major changes, please open an issue first
to discuss what you would like to change.

Please make sure to update tests as appropriate.

## License
Apache-2.0

## Author
Pratik Mane