RemotionUI

Hero Device Assemble

Hero Device Assemble for Remotion.

CompositionCompositionsAdvanced

hero-device-assemble30fps · 960×540
Install
$ npx remotion-ui@latest add hero-device-assemble

Hero Device Assemble.

1920×1080 product hero. Title card then device mockup assemble.

Agent notes

Install first, then import the copied source component locally. AI guide →

Import
@/compositions/hero-device-assemble
  • Use when: complete video templates that can be customized as source.
  • Customize: title, subtitle, 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 { HeroDeviceAssemble } from "@/compositions/hero-device-assemble"; <HeroDeviceAssemble title="Ship on every screen" />

API Reference

PropTypeDescription
titlestringOpening title card headline.
subtitlestringSupporting line under the title.

Related