<LogoLockup>
financeChromeTitlePresentation
Sponsor + company logo lockup with separator; halves slide in from the sides on slide enter (client).
When to use: Use on IC deal title slides to anchor the sponsor and target. Pass remote URLs (https) for both logos.
Preview
| Prop | Type | Notes |
|---|---|---|
| sponsorSrc | string | Required. Sponsor logo URL. |
| sponsorAlt | string | Required. Alt text for the sponsor logo. |
| companySrc | string | Required. Company logo URL. |
| companyAlt | string | Required. Alt text for the company logo. |
| separator | string | Optional. Default: "x". Glyph between the two logos (often "x"). |
| height | number | Optional. Default: 64. Maximum logo height in pixels (24–160). |
| tween | object | Optional. Optional GSAP vars for the entrance. |
Examples
<LogoLockup sponsorSrc="https://example.com/sponsor.png" sponsorAlt="Sponsor" companySrc="https://example.com/target.png" companyAlt="Target" />
