@myissue/vue-website-page-builder 3.4.94 → 3.4.96
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 +3 -1
- package/dist/style.css +1 -1
- package/dist/vue-website-page-builder.js +30023 -25520
- package/dist/vue-website-page-builder.umd.cjs +130 -632
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -128,6 +128,7 @@ The Page Builder is packed with features:
|
|
|
128
128
|
- **Reordering**: Change the order of your content without hassle.
|
|
129
129
|
- **True Visual Editing**: See your changes in real-time as you make them.
|
|
130
130
|
- **Media Library**: Easily inject your own custom media library component.
|
|
131
|
+
- **Advanced Sliders & Carousels**: Build responsive image and content sliders with autoplay, navigation controls, touch support, and full customization options.
|
|
131
132
|
- **Local Storage & Auto-Save**: Never lose your work—changes are saved as you go.
|
|
132
133
|
- **Unsplash**: Unsplash integration.
|
|
133
134
|
- **Responsive Editing**: Ensure your site looks great on all devices.
|
|
@@ -139,9 +140,10 @@ The Page Builder is packed with features:
|
|
|
139
140
|
- **YouTube Videos**: Integrate video content smoothly.
|
|
140
141
|
- **Download HTML**: Export the entire page as a standalone HTML file.
|
|
141
142
|
- **Global Page Styling**: Instantly define, update, or clear global styles for the main page wrapper at initialization or dynamically at runtime. Gain full control over fonts, colors, backgrounds, and more for a dynamic user experience.
|
|
142
|
-
- **Tailwind Support**: Fully compatible with Tailwind CSS (with automatic class prefixing to avoid conflicts). Tailwind installation is not required for the Page Builder to work.
|
|
143
|
+
- **Tailwind Support**: Fully compatible with Tailwind CSS (v.3 or v.4) (with automatic class prefixing to avoid conflicts). Tailwind installation is not required for the Page Builder to work.
|
|
143
144
|
- **Scoped Styles**: To ensure clean and predictable styling, the builder uses scoped style isolation. There is no risk of style conflicts between the builder and your app.
|
|
144
145
|
- **HTML Editor**: Access and edit raw HTML directly for full customization and developer-level control.
|
|
146
|
+
- **Tailwind CSS 4**: Optimized for performance and flexibility.
|
|
145
147
|
|
|
146
148
|
## How the Page Builder Works
|
|
147
149
|
|