easyblockshq / easyblocks

The open-source visual builder framework.
https://easyblocks.io
GNU Affero General Public License v3.0
310 stars 43 forks source link

Idea: easyblocks plugins / modules #45

Open timoconnellaus opened 4 months ago

timoconnellaus commented 4 months ago

Currently things like the way easyblocks compiles components, the way easyblocks renders the canvas are tied into easyblocks. I think if these things are made modules that can be individually modified / replace then it would be easier to extend easyblocks.

For example - the way easyblocks displays an overlay (the blue box) to show you which component you've selected or to add more components in a component collection is baked into the product. But I think this could be a component that you can modify. For example, you mayb want to add other buttons to the overlay or maybe display it differently

r00dY commented 4 months ago

Can you provide a mock-up for overlay with buttons? I think I know what you mean but it'd be better if we could see it.