RemotionUI

Drag Drop Flow

Drag Drop Flow for Remotion.

SceneScenes

drag-drop-flow30fps · 960×540
Install
$ npx remotion-ui@latest add drag-drop-flow

Drag Drop Flow.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/remotion/scenes/drag-drop-flow
  • Use when: full-frame scenes, overlays, cards, and reusable video sections.
  • Customize: fileName, dropLabel, plus copied source for timing, layout, colors, and typography.
  • Rule: do not import this component from the remotion-ui npm package; it is copied into your project.

Usage

Example
import { DragDropFlow } from "@/remotion/scenes/drag-drop-flow"; <DragDropFlow fileName="hero-loop.tsx" />

API Reference

PropTypeDescription
fileNamestringDragged file label.
dropLabelstringDrop zone prompt.

Related