Create a form with a TextInput for email and a submit Button. Validate that the email contains "@" before submitting. Show validation errors inline.
Click Run to test your code