Timelinx

StatusBar

Bottom status bar showing timeline info and playback state

The StatusBar displays the current playhead position, frame rate, timeline duration, and playback state in a compact bar at the bottom of the editor.

Live Example

Loading...

Usage

import { StatusBar, TimelineProvider } from '@timelinx/ui';

function App() {
  return (
    <TimelineProvider engine={engine}>
      <StatusBar />
    </TimelineProvider>
  );
}

Props

Prop

Type

Context Requirement

StatusBar must be inside a TimelineProvider. It reads the current frame, playback status, and timeline metadata from the engine context.

On this page