Interactive demo
Set the controls. Watch it flip.
A live split-flap departure board. Pick a preset and a flip mode, then watch the cells ripple to the next destination — just like a real patapata display.
Controls
Type, and the board arrives at it.
Quick picks
Board
live board · gate a1live
Markup
import { presets, delays } from "@love-rox/ptpt-core";
<PatapataBoard
cellOptions={{ preset: presets.alphanumeric }}
targets="TOKYO "
flipMode="replace"
delayFn={delays.wave({ step: 60 })}
/>Type a destination — the board doesn't show it, it arrives at it, each cell flipping through the chosen preset. Stagger is the gap between cells (delays.wave): raise it and the row ripples; set it to 0 and every cell flips at once. flipMode compares replace (coalesce to the latest target) and queue (run each change in order).