KQ-155 · CRANK/REEL
Crank Reel
A hand-crank that winds progress onto a visible spool — forward turns bank units with ratchet ticks while backward cranking just chatters on the freewheel; the drum trails the handle on the glide spring.
KQ-155 · CRANK/REEL
Winch PostKQ-155
Wound · 00/12
Freewheel · backward slips · 00
KQ-155 · Crank Reel · 2units/turn · 45° ratchet · ζ 0.99
Crank forward to wind - the freewheel only clicks backward.
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/crank-reel
Props
| Prop | Type | Default | Description |
|---|---|---|---|
| value / defaultValue / onValueChange | number / number / (value) => void | — | Controlled or uncontrolled wound units; fires per unit. |
| max / unitsPerTurn / reversible | number / number / boolean | 12 / 2 / false | Capacity, gearing, and whether backward unwinds. |
| onSlip / spoolLabel | () => void / string | — | Freewheel slip callback and the wound material's name. |