SettingsFormPage
Settings page with profile form inside a two-column settings layout.
Category: display · WCAG 2.1-AA · block, settings, form, page
Props
| Prop | Type | Default | Description |
|---|---|---|---|
onSave | (values: SettingsValues) => void | — | Called with valid form values on submit |
When to use
- A settings page with a profile form inside a two-column settings layout
- Account or preferences pages with a save action
When not to use
- You only need the layout frame — use SettingsLayout
- A focused single-field edit — use an inline form
Examples
Default
Settings form page
<SettingsFormPage />Related components
- SettingsLayout — Composes the two-column settings layout