UserProfileForm
DomainControlled form for editing display name, username, bio, and profile picture URL. Username validation: 3–32 chars, lowercase alphanumeric + underscore.
Edit Profile
<UserProfileForm onSubmit={handleSave} />Edit Profile
<UserProfileForm initial={{ name: 'Jane Doe', username: 'janedoe', biography: '...' }} onSubmit={handleSave} />