dazzle icon indicating copy to clipboard operation
dazzle copied to clipboard

Integration Suggestion

Open averypfeiffer opened this issue 8 years ago • 4 comments

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.

averypfeiffer avatar Jan 30 '17 19:01 averypfeiffer

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 avatar Jan 30 '17 19:01 Raathigesh

@Raathigesh sounds good. Let me see what I can do

averypfeiffer avatar Feb 03 '17 18:02 averypfeiffer

@Raathigesh could you point me in the right direction for the layout engine?

averypfeiffer avatar Feb 03 '17 18:02 averypfeiffer

@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.

Raathigesh avatar Feb 03 '17 18:02 Raathigesh