Sha256: 25ed681f0fe3f935a48fd4253cde73aa3c92fd6e8eba5e5148f763bba9a71b49
Contents?: true
Size: 379 Bytes
Versions: 1348
Compression:
Stored size: 379 Bytes
Contents
![card-styles](https://github.com/powerhome/playbook/assets/92755007/b6ea347b-6a7b-46e8-b4ce-213727587499) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBCard { Text("Card Context").pbFont(.body) } PBCard(style: .selected()) { Text("Card Context").pbFont(.body) } PBCard(style: .error) { Text("Card Context").pbFont(.body) } } ```
Version data entries
1,348 entries across 1,348 versions & 2 rubygems