Sha256: 52089968c6f310f24b059ce5f96211f525ca7d0489e05c364b5f456bdab12c8f
Contents?: true
Size: 576 Bytes
Versions: 1276
Compression:
Stored size: 576 Bytes
Contents
![date-varients](https://github.com/powerhome/playbook/assets/92755007/bb240082-afb9-4802-af5f-7aaccec37aae) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBDate(Date(), variant: .withIcon(isStandard: true), typography: .caption, iconSize: .xSmall) PBDate(Date(), variant: .standard, typography: .title4) PBDate(Date(), variant: .withIcon(isStandard: true), typography: .title4, iconSize: .x1) PBDate(Date(), variant: .dayDate, typography: .title4) PBDate(Date(), variant: .withIcon(isStandard: false), typography: .title4, iconSize: .x1) } ```
Version data entries
1,276 entries across 1,276 versions & 2 rubygems