Back to Remotion

Element title

packages/docs/elements-template/index.mdx

4.0.490637 B
Original Source

import {ElementPage} from '@site/src/components/Elements/ElementPage'; import {ElementComponent} from './element';

export const elementDefinition = { category: 'category', component: ElementComponent, contributors: [], description: 'One short sentence explaining what this Element demonstrates and when to use it.', displayName: 'Element title', durationInFrames: 120, elementHeight: null, elementWidth: null, fps: 30, height: 1080, posterFrame: 60, previewPadding: 0, slug: 'category/element-title', width: 1920, };

Element title

<ElementPage definition={elementDefinition} sourceFile="./element.tsx" />