Grapesjs Wix Like
What's Included
- Source code package (project files)
- Production-ready dist build
- Commercial license
- Future updates included
GrapesJS Compatible
Tested with GrapesJS 0.21.x
Source Code Included
Full source + production-ready dist build
Editor Compatible
Designed for the GrapesJS open-source editor
Commercial License
Use in client projects without restrictions
Grapesjs UI preset based on wix with other common plugins and configurations to get your website builder up and running quickly. As a preset this works correctly with the provided versions but can also work with previous version if the plugins are also matched correctly. This plugins also provides a framework which can be extended by adding functionality to some of the UI provided. For more information on setup you can check the README.md provided and the sample setup provided in index.html.
Options
- txtConfirmClear - Message when clearing the canvas - Clear Canvas?
2. filters - dropdown filters list - Check Source
3. onSave - callback when save button is clicked - editor => editor.store()
4. onPublish - callback when publish button is clicked - editor => {}
5 customStyleManager - reconfigure style manager - []
6. leftPanel - Object definition for the left panel - Check Source
7. upgradeContent - Content for the upgrade modal, HTMLElement or string - ``
8. logo - Logo url - ``
The plugin also has options to configure block filters, custom panels and provides a callback system to populate some of the panels if needed.
Ratings:
No reviews yet. Be the first to share your experience.
Questions & Answers
No questions yet. Have something to ask?
Common problems this plugin can help fix
Real community questions on the same topic — see how others worked around them.
- #1651💬 2 answers
How create a new modal dialog like the icons one?
- #6445✓ Solved · 3
The doc website has missing info
- #5263✓ Solved · 4
Deleting a component without deleting its corresponding style, will adding new components later cause style conflicts?
- #5154✓ Solved · 4
TS2416: Property '_up' in type 'PropertyStack' is not assignable to the same property in base type 'PropertyComposite<PropertyStackProps>'
