Timelinx

TextPanel

Panel for editing text overlays, titles, and captions on clips

The TextPanel provides an interface for adding and editing text overlays, titles, and captions on the selected clip. It replaces the deprecated CaptionsPanel.

Live Example

Loading...

Usage

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

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

Props

Prop

Type

Context Requirement

TextPanel must be inside a TimelineProvider. It reads text overlay data from the selected clip in the engine context. When no clip is selected, it displays a prompt to select one.

On this page