KQ-014 · FLAPBOARD
Flapboard
Split-flap departures for your data — each cell flips through intermediate characters with a column cascade, like an airport board settling.
KQ-014 · FLAPBOARD
Departures · build bay 04
RUN 224 · PASSRUN 224 · PASS
HELLO OPERATORHELLO OPERATOR
Install
One command — the source lands in your repo. Or copy it from the Code tab.
$ pnpm dlx shadcn@latest add @kinetiq/flapboard
Props
- value
- string
- default —
- Text to display, normalized against the charset.
- chars
- string
- default " A–Z 0–9 ·-"
- Charset scanned in flip order.
- flipSpeed
- number
- default 40
- Milliseconds per flip step.
- padTo / align
- number / "left" | "right"
- default —
- Minimum cell count and which side the value sits on.
- size
- "sm" | "md" | "lg"
- default "md"
- Fixed tile dimensions.
| Prop | Type | Default | Description |
|---|---|---|---|
| value | string | — | Text to display, normalized against the charset. |
| chars | string | " A–Z 0–9 ·-" | Charset scanned in flip order. |
| flipSpeed | number | 40 | Milliseconds per flip step. |
| padTo / align | number / "left" | "right" | — | Minimum cell count and which side the value sits on. |
| size | "sm" | "md" | "lg" | "md" | Fixed tile dimensions. |