
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().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.