split-flap-elements

Live departures

Every character,
on your schedule.

--:--:--LOCAL

01 / FORMAT

One board.
Any reel.

Letters, numbers, words, symbols, and emoji share the same small API. Bring your own sequence; style every surface without reaching through the component.

<sfe-board id="board" loop>
  <sfe-cell name="gate" preset="alpha"></sfe-cell>
  <sfe-cell name="status" span="5"></sfe-cell>
</sfe-board>

<script type="module">
  import 'split-flap-elements';
  board.sequence = [
    { values: { gate: 'A', status: 'BOARDING' } }
  ];
  board.play();
</script>