Sha256: 718ab52612209ac4cad967ede639a9e6982510d60bee806d97f3d9d00b368c10
Contents?: true
Size: 546 Bytes
Versions: 1304
Compression:
Stored size: 546 Bytes
Contents
![text-input-error](https://github.com/powerhome/playbook/assets/92755007/7c664f75-1d7a-4a94-bc59-6f845a68ce19) ```swift @State private var textError: String = "" @State private var textConfirmError: String = "" PBTextInput( "Email address", text: $textError, placeholder: "Enter email address", error: (true, "Insert a valid email"), style: .leftIcon(.user, divider: true) ) PBTextInput( "Confirm email address", text: $textConfirmError, placeholder: "Confirm email address", style: .leftIcon(.user, divider: true) ) ```
Version data entries
1,304 entries across 1,304 versions & 2 rubygems