@chaibuilder/sdk 2.0.0-beta.73 → 2.0.0-beta.75
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -0
- package/dist/core.cjs +4 -4
- package/dist/core.js +573 -530
- package/dist/render.cjs +2 -2
- package/dist/render.js +88 -83
- package/dist/web-blocks.cjs +2 -29
- package/dist/web-blocks.js +397 -929
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -4,6 +4,8 @@ Chai Builder is an Open Source Low Code React + Tailwind CSS Visual Builder.
|
|
|
4
4
|
It allows you to create web pages visually by dragging and dropping elements onto the canvas.
|
|
5
5
|
It is a simple React component that renders a full-fledged visual builder into any React application.
|
|
6
6
|
|
|
7
|
+
Demo: https://chaibuilder-sdk.vercel.app/
|
|
8
|
+
|
|
7
9
|
---
|
|
8
10
|
|
|
9
11
|
### Manual installation:
|