List component displaying user organizations with avatar, name, role, and creation action
<OrganizationList />
component displays a list of organizations that the user belongs to. It shows organization avatars, names, user roles, and includes a “Create Organization” action button.
<CreateOrganizationForm />
- Form for creating new organizations<CreateOrganizationDialog />
- Modal for organization creation<OrganizationSwitcher />
- Organization switching interface<ManageOrganization />
- Organization management interface