<BroadsideFrame>
broadsideChromePresentation
Chrome + foot wrapper around arbitrary children.
When to use: When composing custom Broadside content with shared hairline chrome.
Preview
| Prop | Type | Notes |
|---|---|---|
| chromeLeft | string | Optional. Top chrome left. |
| chromeRight | string | Optional. Top chrome right. |
| footLeft | string | Optional. Footer left. |
| footRight | string | Optional. Footer right. |
| children | ReactNode | Required. Slide body. |
Examples
<BroadsideFrame chromeLeft="Notes" chromeRight="11"><p>Custom body</p></BroadsideFrame>