<MediaSlide>
coreMediaSplitPresentation
Title plus optional image area (use src + alt for static images).
When to use: Screenshot or diagram slide.
Preview
| Prop | Type | Notes |
|---|---|---|
| title | string | Required. Slide title. |
| src | string | Optional. Image URL (https recommended). |
| alt | string | Optional. Image alt text. |
| children | ReactNode | Optional. Optional body under the title. |
Examples
<MediaSlide title="Current intake" src="https://example.com/diagram.png" alt="Process diagram" />
