Cursor
An animated cursor component that allows you to customize both the cursor and cursor follow elements with smooth animations.
Made by imskyleenInstallation
Usage
API Reference
CursorProvider
Animate UI API Reference - CursorProvider PrimitiveProp | Type | Default |
---|---|---|
children | React.ReactNode | - |
global? | boolean | false |
...props? | HTMLMotionProps<"div"> | - |
Cursor
Animate UI API Reference - Cursor PrimitiveProp | Type | Default |
---|---|---|
asChild? | boolean | false |
...props? | HTMLMotionProps<"div"> | - |
CursorFollow
Animate UI API Reference - CursorFollow PrimitiveProp | Type | Default |
---|---|---|
asChild? | boolean | false |
side? | CursorFollowSide | bottom |
sideOffset? | number | 15 |
align? | CursorFollowAlign | end |
alignOffset? | number | 5 |
transition? | SpringOptions | { stiffness: 500, damping: 50, bounce: 0 } |
...props? | HTMLMotionProps<"div"> | - |