Cursor & Interaction Effects
Star Particle Cursor
커서 이동을 따라 작은 별가루가 흩어지는 영역형 파티클 효과입니다.
Preview
desktop only
Star Particle 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.
colors
- Type
- string[]
- Default
- ["#D61C59", "#E7D84B", "#1B8798"]
- Description
- Particle colors from the cursor-effects default.
fairySymbol
- Type
- string
- Default
- "*"
- Description
- Character rendered as each dust particle.
maxParticles
- Type
- number
- Default
- 160
- Description
- Particle cap used to prevent runaway canvas work.
disabled
- Type
- boolean
- Default
- false
- Description
- Whether to disable the cursor effect.