Setup
Chamaeleon is a framework that aims to provide a flexible and extensible framework for creating a web builder. It’s built on a plugin-friendly architecture, allowing you to make your builder however you want.
Installation
For basic use you need to install the core
and react-editor
:
Usage
Creating a Basic Editor Instance
This is the most minimal set. By default, the Chamaeleon has only basic capabilities. To expand their number you need to provide him with plugins.
By default there are no blocks in Chamaeleon, you have to add them yourself from your own components, in the next section we will look at how to transition an existing project to Chamaeleon.