Sha256: f6a50882f411ce64f9526139a3170f9c8f7dd6d74319eb1ca4323170e46b5832
Contents?: true
Size: 917 Bytes
Versions: 1550
Compression:
Stored size: 917 Bytes
Contents
### Props | Name | Type | Description | Default | Values | | --- | ----------- | --------- | --------- | --------- | | **items** | `PBRadioItem` | Specifies the value of the Radio buttons | | | | **orientation** | `Orientation` | Changes between stacked or inline Radio items | `.vertical` | | | **textAlignment** | `Orientation` | Changes lable position | `.horizontal` | | | **spacing** | `CGFloat` | Applies padding around Radio and lable | `Spacing.xSmall` | `Spacing.none` `Spacing.xxSmall` `Spacing.xSmall` `Spacing.small` `Spacing.medium` `Spacing.large` `Spacing.xLarge` | | **padding** | `CGFloat` | Applies padding between Radio and lable | `Spacing.xSmall` | `Spacing.none` `Spacing.xxSmall` `Spacing.xSmall` `Spacing.small` `Spacing.medium` `Spacing.large` `Spacing.xLarge` | | **errorState** | `Bool` | Changes Radio to error styling | | | | **selected** | `PBRadioItem?` | Sets selected Radio item | | |
Version data entries
1,550 entries across 1,550 versions & 2 rubygems