---
title: RegularProductViewStyle
framework: storekit
role: symbol
role_heading: Structure
path: storekit/regularproductviewstyle
---

# RegularProductViewStyle

A style for a product view that uses a standard, platform-appropriate layout.

## Declaration

```swift
@MainActor @preconcurrency struct RegularProductViewStyle
```

## Topics

### Getting the regular product view style

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

### Creating the style

- [init()](storekit/regularproductviewstyle/init().md)

## Relationships

### Conforms To

- [ProductViewStyle](storekit/productviewstyle.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Supporting types

- [AutomaticProductViewStyle](storekit/automaticproductviewstyle.md)
- [CompactProductViewStyle](storekit/compactproductviewstyle.md)
- [LargeProductViewStyle](storekit/largeproductviewstyle.md)
