Project to demonstrate usage of React Hook Form along with Material UI Components using Controller
-
Updated
Oct 26, 2024 - TypeScript
Project to demonstrate usage of React Hook Form along with Material UI Components using Controller
Task 1: Build a Simple Contact Form Description: Create a form that collects user input: Fields: name, email, message Use controlled components with onChange On submit, display the entered data below the form (no API call) ,Add basic validation (e.g., required fields)
Add a description, image, and links to the controlled-inputs topic page so that developers can more easily learn about it.
To associate your repository with the controlled-inputs topic, visit your repo's landing page and select "manage topics."