Click Spark
Emits a burst of sparks from the pointer on click.
Import
tsx
import { ClickSpark } from "@cronus-ui/ui";
bash
npx cronus-ui add click-spark
Examples
API Reference
Generated from the component's exported types.
ClickSparkProps
Extends HTMLAttributes<HTMLDivElement>
| Prop | Type | Default | Description |
|---|---|---|---|
ref | Ref<HTMLDivElement> | — | — |
sparkCount | number | 8 | Number of sparks emitted per click. |