<PostFrame>
linkedinsquareportraitlandscapecarouselreleaseproduct-updateblogcase-studyeventthought-leadershiphiringmilestonePosts
Platform chrome wrapper with aspect ratio from dimension.
When to use: Root wrapper for every post preview. Set platform and dimension to match the target feed.
Preview
LinkedInlandscape
Product release
Workflow versioning is live
Pin production definitions. Promote through dev → staging → prod.
| Prop | Type | Notes |
|---|---|---|
| platform | "linkedin" | "instagram" | Required. Target social platform.Values: linkedin, instagram |
| dimension | "square" | "portrait" | "landscape" | "carousel" | Required. Layout aspect ratio.Values: square, portrait, landscape, carousel |
| children | ReactNode | Required. Post body. |
Examples
<PostFrame platform="linkedin" dimension="landscape">
<PostEyebrow>Product release</PostEyebrow>
<PostHeadline>Workflow versioning is live</PostHeadline>
<PostBody>Pin production definitions. Promote through dev → staging → prod.</PostBody>
</PostFrame>