WorkspaceSelector
Pre-built control for selecting the active workspace.
import { WorkspaceSelector } from 'flowstack-sdk'Parameters
| Param | Type | Notes | Description |
|---|---|---|---|
onSelect | (workspace) => void | — | Called when a workspace is selected. |
Examples
Workspace selector
<WorkspaceSelector onSelect={handleSelect} />See also
Source: README.md#workspace--data-components · Also available in llms-full.txt and registry.json.