Sha256: 52d2ccf1c1b3d268a220410c659821f16e00dae7d3c85f012f979bf75a5893a2
Contents?: true
Size: 799 Bytes
Versions: 1330
Compression:
Stored size: 799 Bytes
Contents
![label-value-details](https://github.com/powerhome/playbook/assets/92755007/bc1628f8-8698-4ac2-a236-d93687e6f165) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBLabelValue( "Installer", variant: .details, icon: FontAwesome.truck, title: "JD Installations LLC" ) PBLabelValue( "Project", variant: .details, icon: FontAwesome.home, description: "33-12345", title: "Jefferson-Smith" ) PBLabelValue( "Project", variant: .details, icon: FontAwesome.home, description: "33-12345", title: "Jefferson-Smith", date: Date() ) PBLabelValue( "Project", variant: .details, icon: FontAwesome.home, description: "33-12345", title: "Jefferson-Smith", date: Date(), active: true ) } ```
Version data entries
1,330 entries across 1,330 versions & 2 rubygems