This is an open sourced project I created over the weekend to play around with the idea of making a website creator using `flex-box` as the core building block.
I'd love to get feedback from people - what would be required to make this useful? Was there anything about the design you found particularly confusing?
I can't seem to get it to resize elements.
I'm using chrome, and I have a simple layout, just the root and two children, but no matter what I do to the settings of the children, they won't resize.
I don't think there's any benefit to an editor that exposes users to the flexbox API directly. I should be able to drag and drop and create panes entirely with my mouse without having to know about the underlying API.
I appreciate the comment and I definitely agree. A drag and drop interface is something I'm looking at as a next step, with this being the foundation upon which I use to build it. Glad to see someone else agrees!
I see that you're targeting website creation, but a react-native syntax output (https://facebook.github.io/react-native/docs/flexbox.html) would be nice for me. It's just slightly different (it seems, to me) than vanilla flexbox.
Interesting use case I hadn't thought of. I'm making it in React and then converting it all to standard HTML and CSS so it would be simple to do a standard `react` output instead.
I'd love to get feedback from people - what would be required to make this useful? Was there anything about the design you found particularly confusing?
Source here: https://github.com/BDiehr/briandiehr