---
title: compact
framework: storekit
role: symbol
role_heading: Type Property
path: storekit/productviewstyle/compact
---

# compact

An product view style suitable for layouts where less space is available, or for displaying more items in a small amount of space.

## Declaration

```swift
@MainActor @preconcurrency static var compact: CompactProductViewStyle { get }
```

## See Also

### Getting built-in product view styles

- [automatic](storekit/productviewstyle/automatic.md)
- [large](storekit/productviewstyle/large.md)
- [regular](storekit/productviewstyle/regular.md)
