Live component development with hot reload

@fieldflow360/org-ui

Active tab
organization-switcher

Organization Switcher

OrganizationSwitcherModal usage

<OrganizationSwitcherModal
  isOpen={isOpen}
  onClose={() => setIsOpen(false)}
  organizations={organizations}
  onSelectOrganization={(id) => setCurrentOrgId(id)}
  onCreateOrganization={() => openCreateFlow()}
/>
Selected org id: 101