Sha256: cf2246904c68f7d0a2a99333f054bf40fee474042e40b632558db9c08520d852
Contents?: true
Size: 558 Bytes
Versions: 1029
Compression:
Stored size: 558 Bytes
Contents
![text-input-default](https://github.com/powerhome/playbook/assets/92755007/625a246e-9d5c-42ea-8c6e-7afcf0984c9a) ```swift @State private var textFirstName: String = "" @State private var textLastName: String = "" @State private var textPhone: String = "" PBTextInput( "First name", text: $textFirstName, placeholder: "Enter first name" ) PBTextInput( "Last name", text: $textLastName, placeholder: "Enter last name" ) PBTextInput( "Phone number", text: $textPhone, placeholder: "Enter phone number", keyboardType: .phonePad ) ```
Version data entries
1,029 entries across 1,029 versions & 2 rubygems