Split-Flap Vestaboard Display
ProCharacters flip into place like a departure board. Mechanical, precise.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
text | string | - | Static text wrapped to fit. Use \n for hard line breaks. |
rows | string[] | - | Pre-laid out rows (one per board row). Color codes like {R} are allowed. |
messages | string[] | - | Auto-cycle through these messages. Overrides text/rows when set. |
intervalMs | number | 3500 | Cycle interval in milliseconds when messages is set. |
duration | number | 1.6 | Total flip animation duration in seconds. |
rowsCount | number | 6 | Number of board rows. |
colsCount | number | 22 | Number of board columns. |
theme | "auto" | "dark" | "light" | "chili" | "auto" | Board surround theme. Auto follows light/dark mode. |