Sha256: f4b4a73620157e2729716f10e3d90ef333df1aa2978a2673cc289fbb6856ffc1
Contents?: true
Size: 527 Bytes
Versions: 1348
Compression:
Stored size: 527 Bytes
Contents
![card-highlight](https://github.com/powerhome/playbook/assets/92755007/aba8c811-e21a-4aee-8d2d-64789989875d) ```swift VStack(spacing: Spacing.small) { PBCard(highlight: .side(.product(.product6, category: .highlight))) { Text("Side Position & Product 6 Highlight Color").pbFont(.body) } PBCard(highlight: .top(.status(.warning))) { Text("Top Position & Warning Color").pbFont(.body) } PBCard(highlight: .side(.category(.category2))) { Text("Side Position & Category 2 Color").pbFont(.body) } } ```
Version data entries
1,348 entries across 1,348 versions & 2 rubygems