UserPreferencesForm

Domain

Preferences form with theme and language selects plus email/push notification and newsletter toggles.

Defaults

Preview

Preferences

Appearance

Notifications

Code
<UserPreferencesForm onSubmit={handleSave} />

Pre-filled

Preview

Preferences

Appearance

Notifications

Code
<UserPreferencesForm initial={{ theme: 'DARK', language: 'tr', emailNotifications: false }} onSubmit={handleSave} />
Sourcemodules/domains/common/user/UserPreferencesForm.tsx