Embed Apps in React
Native embedding in your React-based Web App
First, install the Lowcoder SDK. Lowcoder publishes with every Version Release a new version of Lowcoder SDK too. https://www.npmjs.com/package/lowcoder-sdk
yarn:
npm:
Integrate an Lowcoder App or Module into your existing app
Publish your app/module in Lowcoder.
Set the app/module's access privilege as public.
Add code in your existing app as below.
Import CSS styles
For React app:
Properties
Modules are special Apps, which make bidirectional communication between your app and the Lowcoder Module possible. You can send data to Module-Inputs and receive Data back via Module Outputs. Also, you can trigger Methods and listen to Events.
Invoke module methods
For vanilla js:
Last updated