Block
Invite Team
Multi-row email + role form for inviting collaborators. Includes an add row action and a bulk send CTA.
Playground
Preview
Configure
Code
<Card className="w-full max-w-md shadow-xl">
<CardHeader>
<CardTitle>Invite Team</CardTitle>
<CardDescription>Add members to your workspace</CardDescription>
</CardHeader>
<CardContent className="flex flex-col gap-3">
{/* email + role rows */}
</CardContent>
<CardFooter>
<Button className="w-full">Send Invites</Button>
</CardFooter>
</Card>