KQ-058 · SPARK/BURST
Spark Burst
A calibrated celebration, not confetti — call fire() and a tight radial burst of hairline rays and a fast ring shoots out and fades, monochrome with a signal glint.
KQ-058 · SPARK/BURST
SPARK · BURST
Click — a calibrated burst, no confetti.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/spark-burst
Props
- ref.fire(opts?)
- (opts?: { rays?: number }) => void
- default —
- Imperative handle — call it to emit one burst.
- rays / spread
- number / number
- default —
- Ray count (default 12) and travel distance in px (default 40).
- color
- string
- default "var(--signal)"
- Ray color.
| Prop | Type | Default | Description |
|---|---|---|---|
| ref.fire(opts?) | (opts?: { rays?: number }) => void | — | Imperative handle — call it to emit one burst. |
| rays / spread | number / number | — | Ray count (default 12) and travel distance in px (default 40). |
| color | string | "var(--signal)" | Ray color. |