SAEL

Cursor

An animated cursor component that allows you to customize both the cursor and cursor follow elements with smooth animations.

Made by imskyleen

Move your mouse over the div

Installation

Usage

<CursorProvider>
  <Cursor>
    <svg>{...}</svg>
  </Cursor>
  <CursorFollow>
    <div>Follow me</div>
  </CursorFollow>
</CursorProvider>

Examples

Cursor Follow Only

You can use only the CursorFollow (like the example below) component or the Cursor component.

Move your mouse over the div

Props

CursorProvider

Prop

Type

Cursor

Prop

Type

CursorFollow

Prop

Type

On this page