Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/pratikmane0112/react-jumbo-cursor
- Owner: PratikMane0112
- License: apache-2.0
- Created: 2024-07-10T21:20:40.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-07-10T23:16:54.000Z (6 months ago)
- Last Synced: 2024-10-14T14:48:33.178Z (3 months ago)
- Topics: jumbo-cursor, npm-package, react, tailwindcss
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/react-jumbo-cursor
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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