Skip to main content
This component is returned by Settings.useForm().
You are required to render one – and only one – of these to make your workspace settings work.All inputs must be inside of the <Form />.

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.