React UI for GrapesJS
The official GrapesJS wrapper for React that allows you to build custom and declarative UI for your editor.
The goal of this library is not to provide UI components but simple wrappers around the core GrapesJS modules and let you define your own UI components and access easily the GrapesJS API.
Warning: This library is NOT intended to render your React components inside the GrapesJS canvas, here it's all about the custom UI around the canvas itself.
Instruction:
+The core grapesjs library is not bundled with the wrapper itself so you have to install it separately.
npm i grapesjs @grapesjs/react
The official GrapesJS wrapper for React that allows you to build custom and declarative UI for your editor.
The goal of this library is not to provide UI components but simple wrappers around the core GrapesJS modules and let you define your own UI components and access easily the GrapesJS API.
Warning: This library is NOT intended to render your React components inside the GrapesJS canvas, here it's all about the custom UI around the canvas itself.
Instruction:
+The core grapesjs library is not bundled with the wrapper itself so you have to install it separately.
npm i grapesjs @grapesjs/react
0 reviews