{"library":"space-ui-core-framework","title":"SPACE UI Core Framework","type":"library","description":"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.","language":"javascript","status":"active","last_verified":"Sat Apr 25","install":{"commands":["npm install space-ui-core-framework"],"cli":null},"imports":["import { Button } from 'space-ui-core-framework'","import { Form } from 'space-ui-core-framework'","import { createPersistence } from 'space-ui-core-framework'","import { SpaceProvider } from 'space-ui-core-framework'"],"auth":{"required":false,"env_vars":[]},"links":{"homepage":null,"github":null,"docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/space-ui-core-framework","openapi_spec":null,"status_page":null,"smithery":null},"quickstart":{"code":"import React from 'react';\nimport { render } from 'react-dom';\nimport { Button, SpaceProvider } from 'space-ui-core-framework';\n\nconst App = () => (\n  <SpaceProvider>\n    <Button label=\"Click Me\" onClick={() => alert('Clicked!')} />\n  </SpaceProvider>\n);\n\nrender(<App />, document.getElementById('root'));","lang":"typescript","description":"Shows basic usage with SpaceProvider wrapping a Button component, including event handling.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}