OonkooUI

Spark Cursor

Official

A dazzling spark cursor effect that sparks on the user's mouse onClick, adding a magical touch to any webpage.

FreecursoronClickanimated
5 downloadsOonkooUI Team

Installation

Run the following command:

npx oonkoo add spark-cursor

Props

SparkCursor Props

PropTypeDefault
sparkColorstring'#fff'
sparkSizenumber10
sparkRadiusnumber15
sparkCountnumber8
durationnumber400
easing'linear' | 'ease-in' | 'ease-out' | 'ease-in-out''ease-out'
extraScalenumber1.0
childrenReact.ReactNode-

Usage

Copy and paste the following code to use this component:

import { SparkCursor } from "@/components/oonkoo/spark-cursor";

<div className="relative h-[400px] w-full">
  <SparkCursor sparkColor="#fff" sparkCount={8} />
</div>

Component Info

Typeelement
Categorycursor
TierFree
Last updatedJul 5, 2026