Sha256: 824214704934f87c80ccf775a0cfb953b89f1b5c483a913dd0250f035e0f0b7e
Contents?: true
Size: 481 Bytes
Versions: 1276
Compression:
Stored size: 481 Bytes
Contents
![contact-detail-indicator](https://github.com/powerhome/playbook/assets/92755007/2a29d4b5-6e7b-43ff-8e7c-0dbeec11627e) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBContact(type: .cell, value: "3491859988", detail: true) PBContact(value: "5555555555", detail: true) PBContact(type: .email, value: "email@example.com", detail: true) PBContact(type: .work, value: "3245627482", detail: true) PBContact(type: .ext, value: "1234", detail: true) } ```
Version data entries
1,276 entries across 1,276 versions & 2 rubygems