User Settings Page React
用户设置页面 React
Build a complete user settings page with editable fields, validation, and confirmation toasts.
构建一个完整的用户设置页面,包含可编辑字段、验证功能及确认提示弹窗。
Prompt
Build a user settings page using React. Include editable fields for name, email, and password. When a user updates their info, show a confirmation toast. Add simple validation (e.g., email format) and disable the save button unless there are changes.