KQ-301 · COMBO/METER
Combo Meter
A combo counter that drains while you watch, so every hit is relief as much as reward: landing one refills the bar, pops the numeral, and steps the multiplier at fixed thresholds — which shortens the fuse. Let it empty and the combo shatters, the panel cools, and your best score stays on screen as the reason to go again.
KQ-301 · COMBO/METER
combo
00
best 0
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/combo-meter
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| thresholds | number[] | [5, 12, 25] | Combo counts at which the multiplier steps up. |
| onBreak | (combo: number) => void | — | Fires with the combo that was lost. |