Cursor shows a custom text label that follows elegantly. Perfect for portfolio hover states.
<!-- Paste before </body> --> <div id="cursor-label">VIEW →</div> <div id="cursor-dot-label"></div> <!-- Add data-cursor-text="VIEW →" to any element to show the label on hover --> <div data-cursor-text="VIEW →">Hover me</div>
Add the HTML structure before your closing </body> tag
Include the CSS in your stylesheet or <style> tag
Add the JavaScript code in a <script> tag or external file
Move your mouse to see the custom cursor in action!
Update the color values in CSS to match your brand
#ef4444Modify width and height properties to scale the cursor
Change transition duration values for faster/slower animations