resul-push-builder 1.0.0

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/LICENSE ADDED
@@ -0,0 +1,21 @@
1
+ MIT License
2
+
3
+ Copyright (c) 2024 StackBlitz
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md ADDED
@@ -0,0 +1,65 @@
1
+ # Push Builder
2
+
3
+ A powerful visual builder for creating beautiful web content with React. Push Builder provides a drag-and-drop interface for building responsive web pages with a rich set of components and AI-powered content generation.
4
+
5
+ ## Features
6
+
7
+ - 🎨 Drag and drop interface
8
+ - 📱 Responsive design tools
9
+ - 🤖 AI-powered content generation
10
+ - 🎯 Rich component library
11
+ - 🔧 Customizable styles and properties
12
+ - 📦 Export to HTML
13
+ - 🎭 Multiple layout options
14
+ - 🎪 Shape library
15
+ - âš¡ Real-time preview
16
+
17
+ ## Installation
18
+
19
+ ```bash
20
+ npm install @stackblitz/push-builder
21
+ ```
22
+
23
+ ## Usage
24
+
25
+ ```jsx
26
+ import { PushBuilder } from '@stackblitz/push-builder';
27
+
28
+ function App() {
29
+ return (
30
+ <PushBuilder
31
+ onSave={(html) => {
32
+ console.log('Generated HTML:', html);
33
+ }}
34
+ />
35
+ );
36
+ }
37
+ ```
38
+
39
+ ## Components
40
+
41
+ Push Builder includes a variety of components:
42
+
43
+ - Text
44
+ - Buttons
45
+ - Images
46
+ - Videos
47
+ - Carousels
48
+ - Dividers
49
+ - Timers
50
+ - Audio
51
+ - Shapes
52
+ - Forms
53
+ - Offers
54
+ - HTML containers
55
+
56
+ ## AI Features
57
+
58
+ - Content generation
59
+ - Layout suggestions
60
+ - Image generation
61
+ - Smart styling
62
+
63
+ ## License
64
+
65
+ MIT © [StackBlitz](https://stackblitz.com)