Closed MdShadabAhamad closed 3 months ago
Use the plugins when you want to extend something at the GrapesJS API level
<StudioEditor
ref={editorRef}
options={{
plugins: [
editor => addCustomComponent(editor)
],
// ...
i also added custom style setupStyleManager but its show blank ,https://stackblitz.com/edit/vitejs-vite-4noagg?file=src%2FApp.tsx
GrapesJS version
What browser are you using?
chrome
Reproducible demo link
https://stackblitz.com/edit/vitejs-vite-4noagg?file=src%2FApp.tsx
Describe the bug
I am not able to see my custom component at the first time of my react application rendering , when i try to search it on the block section then its appeared and after searching it can be visible in block section.
Code of Conduct