BlockDex

Components

Registries

Free blocks

Method

BlockDex

Components

Registries

Free blocks

Method

Open API

BlockDex

Components

Registries

Free blocks

Method

Open API

Components/remotionui/landing-code-showcase

landing-code-showcase

remotionui/landing-code-showcase
FreeBlock

Landing with install commands

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/landing-code-showcase.json

Source

registry/bases/default/compositions/landing-code-showcase/index.tsxremotionui.com/r/landing-code-showcase.json
1import { AbsoluteFill } from "remotion";
2import { TransitionSeries } from "@remotion/transitions";
3import { transitionFade } from "@/remotion/primitives/transition-fade";
4import { CodeReveal } from "@/remotion/scenes/code-reveal";
5import { TitleCard } from "@/remotion/scenes/title-card";
6import { DURATION } from "@/remotion/lib/motion-tokens";
7
8const CODE = `npx remotion-ui@latest add hero-loop
9pnpm remotion render src/index.ts HeroLoop out/hero.mp4`;
10
11const SCENE_DURATIONS = {
12 title: 75,
13 code: 105,
14} as const;
15
16export const LandingCodeShowcase: React.FC = () => {
17 const fade = transitionFade({ durationInFrames: DURATION.fast });
18
19 return (
20 <AbsoluteFill style={{ background: "#080810" }}>
21 <TransitionSeries>
22 <TransitionSeries.Sequence durationInFrames={SCENE_DURATIONS.title}>
23 <TitleCard title="Install. Edit. Render." subtitle="Source you own" />
24 </TransitionSeries.Sequence>
25 <TransitionSeries.Transition {...fade} />
26 <TransitionSeries.Sequence durationInFrames={SCENE_DURATIONS.code}>
27 <CodeReveal code={CODE} title="install.sh" language="bash" />
28 </TransitionSeries.Sequence>
29 </TransitionSeries>
30 </AbsoluteFill>
31 );
32};

Facts

Registry
remotionui
Type
registry:block
Access
Free
Files written
0
Licence
MIT
First indexed
2026-08-07
Last confirmed
3 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
browser-flowbrowser-flowremotionuiBlocksFreeno 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