Capítulo 780 de 988
<Arrow />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: 'white',
justifyContent: 'center',
alignItems: 'center',
}}
>
<Arrow length={300} headWidth={185} headLength={120} shaftWidth={80} fill="red" direction="right" />
</AbsoluteFill>
);
};
<Arrow /> from the official docs.<Arrow />.<Arrow />.<Arrow />.<Arrow />.