Cursor Structule

Show Preview
Cursor Structule

About Cursor Structule

An interactive crosshair custom cursor component for Framer with smooth spring animations, hover effects, gradient line highlights, and fully customizable controls.

Key Features

  • Property Controls: Easily customize default & hover colors, dot sizes, and toggle lines directly from the Framer sidebar.

  • Smart Hover State: Automatically detects interactive elements (buttons, links, inputs) and triggers a purple accent, smooth dot scaling, an expanding outer ring, and central gradient line highlights.

How to Hide Default Browser Cursor To prevent the default system cursor from showing over your new custom cursor:

  1. Go to Project Settings in Framer.

  2. Select Custom Code and find the End of section.

  3. Paste the following snippet:

    <style>

    * {

    cursor: none !important;

    }

    </style>

How to Use

  1. Drag and drop the component anywhere onto your canvas or inside your main desktop layout frame.

  2. Customize the component properties (Default Color, Hover Color, Dot Sizes, Show Lines) using the right-hand panel controls.