FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
Hi, We are building an application which supports different screen sizes like tablet, laptop and large monitors. Is flex layout responsive to these screens since we hardcode the width/height to...
Hi, Is there a way to allow multiple tabs on a border to be open at the same time? If not, could this be a feature for consideration? I have...
I try to build a Kanban board using [react-beautiful-dnd](https://github.com/atlassian/react-beautiful-dnd) it works fine when the component render in the main window but after goes outer the draggable feature not working any...
Is there a way to enable tab (tab header) blinking dynamically?
I'd love to have the option to enable a permanent new tab "+" button in tabsets so that the user could easily click on the button to add a new...
Hey there, i have installed the package and while setting it up, i find the following issue. "UnhandledPromiseRejectionWarning: TypeError: _this.model._setChangeListener is not a function" Versions "flexlayout-react": "^0.3.4", "react": "^16.8.1",
Basically title. I am able to get it working using a hack: `(node: TabNode, renderValues: any) => { setTitleOnRenderTab(model); const nodeId = node.getId(); renderValues.buttons.push(); setTimeout(() => { const el =...
Hi, Are there any plan to make Flex Layout Mobile size screen friendly? Like maybe the tabsets can just display like stack of cards? Thanks!
Is there any option to using FlexLayout without tabview. I only want to enable tabview when window inside to each other I hope I could explain 
Hello, I am looking for functionality to close many tabs with one action. I found only `Actions.deleteTab(tabId)`. It would be great to have function with tab id's array as argument!