Sha256: 6986843c30b66cd38a116944c024de7bb84cc597d3dd9068b0c6bd69788d23f3
Contents?: true
Size: 734 Bytes
Versions: 1363
Compression:
Stored size: 734 Bytes
Contents
![text-input-add-on](https://github.com/powerhome/playbook/assets/92755007/65a28e6a-9e65-4ca1-af8d-91dae6eac4f5) ```swift PBTextInput( "ADD ON WITH DEFAULTS", text: $textAddOn, style: .rightIcon(.user, divider: true) ) PBTextInput( "RIGHT-ALIGNED ADD ON WITH BORDER", text: $textAddOnRight, style: .rightIcon(.user, divider: true) ) PBTextInput( "RIGHT-ALIGNED ADD ON WITH NO BORDER", text: $textAddOnRightNoBorder, style: .rightIcon(.user, divider: false) ) PBTextInput( "LEFT-ALIGNED ADD ON WITH NO BORDER", text: $textAddOnLeft, style: .leftIcon(.user, divider: false) ) PBTextInput( "LEFT-ALIGNED ADD ON WITH BORDER", text: $textAddOnLeftNoBorder, style: .leftIcon(.user, divider: true) ) ```
Version data entries
1,363 entries across 1,363 versions & 2 rubygems