BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remotionui/browser-flow

browser-flow

remotionui/browser-flow
FreeBlock

URL to browser preview flow

Live preview

live · rendered by the registry
Rendered by remotionui on their own page — this is the component running, not a screenshot of it.

Install it

npx shadcn@latest add https://remotionui.com/r/browser-flow.json

Source

registry/bases/default/compositions/browser-flow/index.tsxremotionui.com/r/browser-flow.json
1import { AbsoluteFill } from "remotion";
2import { TransitionSeries } from "@remotion/transitions";
3import { transitionFade } from "@/remotion/primitives/transition-fade";
4import { DURATION } from "@/remotion/lib/motion-tokens";
5import { ChatToPreview } from "@/remotion/scenes/chat-to-preview";
6import { TitleCard } from "@/remotion/scenes/title-card";
7
8const SCENE_DURATIONS = {
9 title: 60,
10 preview: 120,
11} as const;
12
13const FADE = transitionFade({ durationInFrames: DURATION.fast });
14
15export type BrowserFlowProps = {
16 url?: string;
17 title?: string;
18};
19
20export const BrowserFlow: React.FC<BrowserFlowProps> = ({
21 url = "remotionui.com/docs",
22 title = "Browse the registry",
23}) => {
24 return (
25 <AbsoluteFill style={{ background: "#080810" }}>
26 <TransitionSeries>
27 <TransitionSeries.Sequence durationInFrames={SCENE_DURATIONS.title}>
28 <TitleCard title={title} subtitle={url} />
29 </TransitionSeries.Sequence>
30 <TransitionSeries.Transition {...FADE} />
31 <TransitionSeries.Sequence durationInFrames={SCENE_DURATIONS.preview}>
32 <ChatToPreview
33 messages={[{ role: "user", text: `Open ${url}` }]}
34 previewTitle="Docs preview"
35 />
36 </TransitionSeries.Sequence>
37 </TransitionSeries>
38 </AbsoluteFill>
39 );
40};

Facts

Registry
remotionui
Type
registry:block
Access
Free
Files written
0
Licence
MIT
First indexed
2026-08-07
Last confirmed
4 days ago

Go to the source

Docs on remotionui remotionui.com riaz37/remotion-ui on GitHub Raw registry item This item as JSON

More from remotionui

All 127 items
Same registry, same kind — the ones you would have found next
ComponentRegistryKindAccessInstallsCommand
ai-composer-showcaseai-composer-showcaseremotionuiBlocksFreeno deps
ai-generation-canvasai-generation-canvasremotionuiBlocksFreeno deps
animated-bar-chartanimated-bar-chartremotionuiBlocksFreeno deps
audiogram-sceneaudiogram-sceneremotionuiBlocksFreeno deps
auto-fit-titleauto-fit-titleremotionuiBlocksFreeno deps
b-roll-stackb-roll-stackremotionuiBlocksFreeno deps
bento-panbento-panremotionuiBlocksFreeno deps
callout-spotlightcallout-spotlightremotionuiBlocksFreeno deps
BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex

BlockDex

Built by

Kynth Studios

Index

Components
Registries
Method
Open API

Guides

shadcn component libraries
Best shadcn registries
Free shadcn blocks

Reference

Corpus counts
Crawl health
hello@kynth.studio
Privacy
Terms

BlockDex