GrapesJS / grapesjs

Free and Open source Web Builder Framework. Next generation tool for building templates without coding
https://grapesjs.com
BSD 3-Clause "New" or "Revised" License
22.38k stars 4.06k forks source link

Interactive component in canvas #3140

Closed ZeroCoolHacker closed 3 years ago

ZeroCoolHacker commented 3 years ago

I am building a quiz builder plugin using grapesjs. I was wondering if we can add a component which is interactive and adds new components when clicked. For example image Something like this. When dropped, there are no inputs but when clicked add new field, the input appears.

Is it possible? how?

artf commented 3 years ago

You have to extend the View of your custom component