Most applications require a way to input data, whether it's a simple registration and login form or a more complex component with many input fields and controls.
In this recipe, we will create a form component to handle text inputs. We will collect data using different keyboards, and show an alert message with the resulting information.