FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
We are using CSP headers in our application. As Flexlayout is encoding the images as base 64 image links, there is a security issue in loading base 64 images as...
Hi, first of all i would like to mention, its a great library, i was wondering if there is a **CRA version** of this project or if anybody can help...
Right now the orientation of the root row always horizontal. https://github.com/caplin/FlexLayout/blob/master/src/model/Node.ts#L81 Would be nice to have an option to change it to vertical. As a workaround I'm using this on...
Hi, This seems like a great alternative to golden-layout maybe, however is it possible to use this in a native way? Without node at all? Like, just include the JS...
What if i would like to use a library that not allowing you specify the document ? Is there is any solution to pass the document object to the library...
I'm using left border tab for which I want to provide a specific size.. flexlayout accept size value as pixels, if I give 250 as size, my desktop view is...
Hi. I have a tabset which has 3 tabs and I want to render all of 3 tabs, Currently rendering when i select a tab. I tried tabRenderOnDemand: true (...
I tried `yarn test` and it gives me ``` $ jasmine Started No specs found Finished in 0.003 seconds Incomplete: No specs found ``` What is the proper command to...
i want to show the dock only when the tab in it is not selected. If the tab is selected, dock should not be shown. Something like the following screenshots...
While publish a package with a `"private":true` field. npm will err with. ``` npm ERR! Remove the 'private' field from the package.json to publish it. ``` May be need update...