FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
Is there any way to fix the width of a tab? Thanks.
Is there a way to change the maximize tabset button icon? Same as `closeIcon` prop of `Layout`?
Hi, I using canvas object which has a map object (such as mapbox) inside. When i upgrade flexlayout from 0.3.11 to 0.4.9 map object is being not moveable with mouse....
Hi, I tried to run the first test, but it doesn't work In react package (`npx create-react-app my-app`) I changed App.js and index.js in this way: App.js ```js import React...
I have a toggler to add/remove component from my app. When I use methods: **addTabToActiveTabSet** and **addTabToTabSet** everything works, but both **addTabWithDragAndDrop** and addTabWithDragAndDropIndirect gives me an error: > Uncaught...
As per the next image  I want to add another tab beside the tab .. and as per the demos : I should use (layout as FlexLayout.Layout).addTabToTabSet But Actually...
I have a Modal in my component and my component is displayed in one node. The Modal shows up properly when there is only one node on the layout. As...
- First of all its an awesome project really . - Does FlexLayout supports which level of conformance accessibility . - I wanted to added a Button In Factory Title...
HI, I am using react-leaflet map inside a FlexLayout Tab. In the normal mode, not popped out, I can panning or dragging and repositioning the MAP works fine. However, when...
Could we tap into the following props? `this._glass = document.createElement("div"); this._glass.style.zIndex = "998"; this._glass.style.position = "absolute"; this._glass.style.backgroundColor = "white"; this._glass.style.opacity = ".00"; // may need to be .01 for IE???...