Core UI framework for the Perazim SPACE No-Code Platform (v7.3.2). Abstracts UI building and transactional persistence, with Dump components excluded from persistence. Includes a rich library of components, but the associated style.css is not bundled. Primarily supports React environments, with ESM and CommonJS builds. The framework is tightly coupled with the SPACE platform and has limited public adoption. Documentation and community support are minimal; dependencies include React (>=16.8) and React-DOM. Development appears active based on the latest version.
npm install space-ui-core-frameworkVerified import paths — ran on the pinned version, not inferred.
Shows basic usage with SpaceProvider wrapping a Button component, including event handling.
Replace Dump components with persistent versions (e.g., DumpInput -> Input).
Contact shajee.l@perazim.io for CSS assets.
Wrap app in SpaceProvider and ensure #root div exists.
npm install space-ui-core-framework@7.3.2
Use correct named import: import { SpaceProvider } from 'space-ui-core-framework'Ensure React >= 16.8 is installed