CreateWorkspaceModal
Modal dialog for creating a new workspace.
import { CreateWorkspaceModal } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
isOpen | boolean | — | Whether the modal is open. |
onCreated | (workspace) => void | — | Called after a workspace is created. |
Examples
Create workspace modal
<CreateWorkspaceModal isOpen={open} onCreated={handleCreated} />See also
Source: README.md#workspace--data-components · Also available in llms-full.txt and registry.json.