TemplateSettings
Team settings
A workspace settings template for profile, access defaults, and security toggles.
Preview
Workspace
Team settings
Update workspace identity, owner recovery, and member defaults.
Defaults
Applied to new members and invite links.
Ingredients
These are the primitive pieces used by the template.
FieldInputSelectSwitchCheckbox
Code
code
<div className="grid gap-5 lg:grid-cols-[1fr_320px]"> <Card> <Field label="Workspace name"><Input /></Field> <Field label="Recovery email"><Input type="email" /></Field> <Select options={roleOptions} /> </Card> <Card variant="soft"> <Switch label="Require two-step login" /> <Checkbox label="Allow CSV exports" /> <Button>Save changes</Button> </Card></div>