A View is a generic container component. Its contents will always be their “natural” size, so this component can be useful in layout components (like `Layout`, `Tiles`, `BlockStack`, `InlineStack`) that would otherwise stretch their children to fit. --- ### Example ![view](/assets/api/checkout-extensions/post-purchase/components/view.png)

## Props optional = ? | Name | Type | Description | | --- | --- | --- | | inlinePadding? | "xtight" | "tight" | "loose" | "xloose" | Adjust the inline padding | | blockPadding? | "xtight" | "tight" | "loose" | "xloose" | Adjust the block padding |