Sha256: 8409bf41a95f64026c20b173a5530fe6c2902cf987eef5cc9d84238f74d8ce4a
Contents?: true
Size: 413 Bytes
Versions: 1003
Compression:
Stored size: 413 Bytes
Contents
![contact-default](https://github.com/powerhome/playbook/assets/92755007/4226a1e0-5f31-4445-a536-57e95b83768a) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBContact(type: .cell, value: "3491859988") PBContact(value: "5555555555") PBContact(type: .email, value: "email@example.com") PBContact(type: .work, value: "3245627482") PBContact(type: .workCell, value: "3245627482") } ```
Version data entries
1,003 entries across 1,003 versions & 2 rubygems