dazzle
dazzle copied to clipboard
Integration Suggestion
Hey, I love what you've built so far. Great work.
I'd like to suggest integrating with react-grid-layout. They do a great job with responsiveness while preserving the drag-and-drop functionality. Doing so could help make react-dazzle a one-stop-shop for laying widgets out.
If I get a chance I'll fork and see if I can get a working example going.
Hey, I'm glad you like that project.
I even thought about integrating react-grid-layout but never got the time to really start implementing it. Right now I'm in the middle of another project and really want to finish that before starting anything else.
Please go ahead, if you can put together a working sample. I will also see what I can do soon after releasing the other project.
@Raathigesh sounds good. Let me see what I can do
@Raathigesh could you point me in the right direction for the layout engine?
@averypfeiffer Dazzle current has a Row
component and multiple column components would come as a child of the Row
component.
LayourRenderer should be a good place to start.