Cursor & Interaction Effects
Click Ripple Cursor
클릭한 지점에서 원형 리플이 퍼지는 커서 인터랙션입니다.
Preview
cursor effect
Ripple
click to expand
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.
color
- Type
- string
- Default
- "rgba(96,165,250,0.60)"
- Description
- Ripple fill color from the playground default.
duration
- Type
- number
- Default
- 600
- Description
- Ripple animation duration in ms.
maxSize
- Type
- number
- Default
- 150
- Description
- Maximum ripple diameter in pixels.
disabled
- Type
- boolean
- Default
- false
- Description
- Whether to disable the cursor effect.