Cursor & Interaction Effects
Invert Cursor
영역 안에서 배경을 반전시키는 혼합 모드 커서 효과입니다.
Preview
desktop only
Invert Cursor
desktop pointer preview
Desktop preview
Installation
bash
Copied
bash
Copied
bash
Copied
bash
Copied
Code
typescript
Copied
Props
children
- Type
- React.ReactNode
- Default
- -
- Description
- Content rendered inside the component.
className
- Type
- string
- Default
- -
- Description
- Additional classes merged onto the component.
size
- Type
- number
- Default
- 50
- Description
- Invert cursor diameter in pixels.
color
- Type
- string
- Default
- "#ffffff"
- Description
- Blend color used by the cursor circle.
smoothness
- Type
- number
- Default
- 0.08
- Description
- Lerp factor copied from the playground default.
hideDefault
- Type
- boolean
- Default
- true
- Description
- Whether to hide the native cursor inside the component.
disabled
- Type
- boolean
- Default
- false
- Description
- Whether to disable the cursor effect.