Workspace
Workspace setup form with logo upload, company name, handle preview, plan selection, and role dropdown.
Set up workspace
Create your team's workspace
Features
- Logo upload — Square logo upload with preview
- Live handle preview — URL slug auto-generated from company name
- Plan selector — Dropdown with plan descriptions
- Role selector — Dropdown for user role
API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
| baseUrl | string | "next.saturation.io" | Base URL for workspace handle preview |
| plans | { value: string; label: string }[] | - | Available plan options |
| roles | string[] | - | Available role options |
| onSubmit | (data) => void | - | Callback with name, plan, role, logo |
Components Used
buttoninput