flexy-layout icon indicating copy to clipboard operation
flexy-layout copied to clipboard

Results 12 flexy-layout issues
Sort by recently updated
recently updated
newest added

``` className = orientation === 'horizontal' ? 'flexy-layout-column' : 'flexy-layout-row'; ```

Flexy layout is great, but I can't find any event triggered when a block has been resized. I do some pretty complicated drawing within a block, and need to be...

``` ``` # Callback onSplitterStop Set this attribute on the splitter block to a function name (not a function call ;) and get notified when the splitter stopped moving. ```...

On MacOS Chrome, resize of your website to narrower width makes the content disappear. Only when you mouse over the page does the content reappear.

I made a quick and dirty version for touchevents. https://github.com/robotnic/flexy-layout

I'd like to be able to switch orientation dynamically. Any ideas how to be able to do that?

Just an idea, ps. it should behave just like `min/max-height/width` in css

How can I get the full tree structure? Traversing in the blocks array of flexyLayout cannot get composite blocks (blocks with blocks inside)