KQ-204 · PLINKO/DROP
Plinko Drop
A Galton board on canvas. Balls drip from the top, glance off a lattice of pegs with a deterministic left-or-right nudge at each hit, and drop into the bins below — where the tally settles into a bell curve. Click the board to drop one where you point. Each ball's path is seeded from its drop index, so the whole run is reproducible.
KQ-204 · PLINKO/DROP
Click to drop a ball
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/plinko-drop
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| rows | number | — | Peg rows, clamped to 5–12. |
| height | number | — | Stage height in px when standalone. |
| children | ReactNode | — | Overlay content above the canvas. |