Sha256: 245cfe921d9a41bad5c5e551d4dd3e9ef750ba7dbb9401411f1566626e8f9008
Contents?: true
Size: 630 Bytes
Versions: 1348
Compression:
Stored size: 630 Bytes
Contents
![button-circles](https://github.com/powerhome/playbook/assets/92755007/c8f98358-5369-475d-9287-67f2aa54f35c) ```swift VStack(alignment: .leading, spacing: Spacing.small) { PBButton( shape: .circle, icon: PBIcon.fontAwesome(.plus, size: .x1), action: {} ) PBButton( variant: .secondary, shape: .circle, icon: PBIcon.fontAwesome(.pen, size: .x1), action: {} ) PBButton( variant: .disabled, shape: .circle, icon: PBIcon.fontAwesome(.times, size: .x1) ) PBButton( variant: .link, shape: .circle, icon: PBIcon.fontAwesome(.user, size: .x1), action: {} ) } ```
Version data entries
1,348 entries across 1,348 versions & 2 rubygems