Drag Drop Flow
Drag Drop Flow for Remotion.
SceneScenes
drag-drop-flow30fps · 960×540
Install
$ npx remotion-ui@latest add drag-drop-flowDrag 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-uinpm package; it is copied into your project.
Usage
Example
import { DragDropFlow } from "@/remotion/scenes/drag-drop-flow";
<DragDropFlow fileName="hero-loop.tsx" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| fileName | string | "hero-loop.tsx" | Dragged file label. |
| dropLabel | string | - | Drop zone prompt. |