<CreateOrganizationForm /> is the standalone organization creation form. It collects the organization name, optional description, and optional image before it creates the new organization and refreshes the current session state.
Usage
The following example shows a basic usage of <CreateOrganizationForm />.
export default function CreateOrganizationPage() { return <CreateOrganizationForm />;}
Properties
All properties are optional unless otherwise noted.