KQ-267 · DOMINO/RUN
Domino Run
A row of dominoes and one honest click: the first tile goes over, the topple propagates down the line on a cascade stagger with a dust puff at each base, and the last one raises a little flag. A beat later they all stand back up in reverse, ready to go again. The whole run is index math — no physics, no randomness, and it never fails to finish.
KQ-267 · DOMINO/RUN
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/domino-run
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| tiles | number | 9 | Tiles in the run (5–14). |
| onFinish | () => void | — | Fires when the flag goes up. |