Browser Flow
Browser Flow for Remotion.
CompositionCompositionsAdvanced
browser-flow30fps · 960×540
Install
$ npx remotion-ui@latest add browser-flowBrowser Flow.
1920×1080 URL-to-preview flow using chat-to-preview scene.
Agent notes
Install first, then import the copied source component locally. AI guide →
Import
@/compositions/browser-flow- Use when: complete video templates that can be customized as source.
- Customize: url, title, 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 { BrowserFlow } from "@/compositions/browser-flow";
<BrowserFlow url="remotionui.com/docs" title="Browse the registry" />API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| url | string | - | URL shown in the title card subtitle. |
| title | string | - | Opening headline. |