This component is returned by
Settings.useForm().Example
src/app/settings/page.tsx
Props
React.ReactNode
required
The contents of your workspace settings form, usually layout and input components.
Unlike regular forms, the
<Form /> component from
Settings.useForm() does not have an
onSubmit prop. Settings are automatically saved.