MA
Mehar Ali
Account Screen - Copy this React, Tailwind Component to your project
Const [name, setName] = useState(""); const [email, setEmail] = useState(""); const [nationalID, setNationalID] = useState(""); const [phone, setPhone] = useState(""); const [location, setLocation] = useState(""); const [language, setLanguage] = useState(""); these are the informatioon should be displayed on account screen and a edit button on top when clicked it should open these textinpusts and save button for saving them
Prompt
