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

PropTypeDefaultDescription
rowsnumberPeg rows, clamped to 5–12.
heightnumberStage height in px when standalone.
childrenReactNodeOverlay content above the canvas.