RemotionUI

Ecosystem Orbit

Ecosystem Orbit for Remotion.

CompositionCompositionsAdvanced

ecosystem-orbit30fps · 960×540
Install
$ npx remotion-ui@latest add ecosystem-orbit

Ecosystem Orbit.

1920×1080 integration orbit with pulsing connection lines.

Agent notes

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

Import
@/compositions/ecosystem-orbit
  • Use when: complete video templates that can be customized as source.
  • Customize: centerLabel, satellites, accentColor, 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 { EcosystemOrbit } from "@/compositions/ecosystem-orbit"; <EcosystemOrbit centerLabel="Your product" satellites={["GitHub", "Vercel", "Stripe"]} />

API Reference

PropTypeDescription
centerLabelstringCenter brand label.
satellitesstring[]Orbiting integration labels.
accentColorstringCenter accent color.

Related