RemotionUI

Browser Flow

Browser Flow for Remotion.

CompositionCompositionsAdvanced

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

Browser 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-ui npm 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

PropTypeDescription
urlstringURL shown in the title card subtitle.
titlestringOpening headline.

Related