
The Workspace Settings API is experimental and may change in the future. Please don’t use it in production versions of your app.
This component is returned by
experimental_useWorkspaceSettingsForm().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
workspace-settings.tsx
Props
The contents of your workspace settings form, usually layout and input components.
Unlike regular forms, the
<Form /> component from experimental_useWorkspaceSettingsForm() does not have an onSubmit prop. Settings are automatically saved.