<OrganizationProfile />
Tabbed settings panel for the active organization — name + slug, members, invites, danger-zone delete.
Copy this quickstart guide as a prompt for LLMs to implement KolayLogin in your application.
Usage
import { OrganizationProfile } from '@kolaylogin/react';
export default function OrgSettingsPage() {
return <OrganizationProfile />;
}Tabs
- General — org ID, name, slug.
- Members — directory managed from the dashboard today; this tab surfaces a pointer to it.
- Invitations — list pending invites + send new ones. Admin / owner roles only.
Props
initialTab—general|members|invitations. Defaultgeneral.
Requires an active org (useOrganization().organization !== null). Shows a graceful "No active organization" card otherwise.