Cursor & Interaction Effects
Bubble Cursor Trail
커서 움직임을 따라 거품 파티클이 떠오르는 영역형 효과입니다.
Preview
desktop only
Bubble Cursor Trail
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.
fillColor
- Type
- string
- Default
- "#e6f1f7"
- Description
- Bubble fill color from the cursor-effects default.
strokeColor
- Type
- string
- Default
- "#3a92c5"
- Description
- Bubble stroke color from the cursor-effects default.
maxParticles
- Type
- number
- Default
- 180
- Description
- Particle cap used to prevent runaway canvas work.
disabled
- Type
- boolean
- Default
- false
- Description
- Whether to disable the cursor effect.