Sha256: 89afc982c083a86b1d1f050d98f8e6a9b7158c7171302eb8aba3093c84ca41b1
Contents?: true
Size: 638 Bytes
Versions: 1056
Compression:
Stored size: 638 Bytes
Contents
![Currency-Default](https://github.com/powerhome/playbook-swift/assets/54749071/bf3810f9-6dd2-4bdd-b32a-14109f3a0b9a) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBCurrency( amount: "2,000", decimalAmount: ".50", label: "small", size: .title4, symbol: "en_US", isEmphasized: true ) PBCurrency( amount: "342", decimalAmount: ".00", label: "medium", size: .title3, symbol: "en_EU", isEmphasized: true ) PBCurrency( amount: "45", label: "large", size: .title1, symbol: "en_US", unit: "/mo", isEmphasized: true, hasUnit: true ) } ```
Version data entries
1,056 entries across 1,056 versions & 2 rubygems