Capítulo 781 de 988
<Callout />_Part of the @remotion/shapes package.
export const MyComposition = () => {
return (
<AbsoluteFill
style={{
backgroundColor: "white",
justifyContent: "center",
alignItems: "center",
}}
>
<Callout
width={500}
height={200}
pointerLength={40}
pointerBaseWidth={60}
pointerDirection="down"
cornerRadius={20}
fill="#20232a"
/>
</AbsoluteFill>
);
};
<Callout /> from the official docs.<Callout />.<Callout />.<Callout />.<Callout />.