Back to components
Team component
Organization & Team UI
Team management with member directory, invites, role-based access, and org settings.
Install
$ Run in your project root
pnpm dlx shadcn@latest add https://vibekit.desishub.com/r/org-team-ui.jsonWhat it does
- Member directory with avatars, names, roles, and last-active
- Invite-by-email dialog with role selection (admin / member / viewer)
- Pending invites list with resend and revoke actions
- Organization settings panel (name, slug, logo)
When to use
Use it
Multi-tenant SaaS, agency portals, team workspaces, B2B apps that need RBAC and invites.
Skip it
Single-user apps or consumer products without team features.
Prerequisites
- shadcn/ui base components (avatar, button, card, etc.)