FlexLayout
FlexLayout copied to clipboard
Docking Layout Manager for React
### Describe the bug I'm getting this error while building 11:26:39 AM [vite] Error when evaluating SSR module virtual:remix/server-build: failed to import "flexlayout-react" |- /test/node_modules/flexlayout-react/lib/index.js:1 export * from './view/Layout'; ^^^^^^...
This PR introduces a new Zinc theme, bringing a modern look with shadcn inspired UI:  Here's what's included: - **Zinc Theme in `/style`**: A new Zinc theme built into...
When calling model.doAction(...) success, onModelChange function is called twice. `onRenderTabSet = (node: (TabSetNode | BorderNode), renderValues: ITabSetRenderValues) => { renderValues.stickyButtons.push( { model.doAction(Actions.addNode({ component: "placeholder", name: "Added " + nextAddIndex.current++ },...
With internal floating feature user can undock, dock, and resize any tabNode. When an undocked tab is docked back, and floated again, the old position and size is preserved. In...
### Describe the bug I'm rendering a FlexLayout that receives props from a parent component after initial render. As a result _componentDidMount_ and _componentDidUpdate_ are called before the FlexLayout is...
Hi all, I got an issue on using popout with some shadcn items such as Dialog and popover. When i trigger those shadcn items it will reference to the original...
### Feature Request: Accessibility (a11y) roadmap or support #### Summary Currently, `flexlayout-react` is a powerful and flexible layout manager, but it seems to lack accessibility (a11y) support features such as:...
Currently 'npm test' command fails. This PR fixes it.
**Overview** This pull request introduces a pin/unpin feature for the side (left/right) and bottom panels in the FlexLayout library. It allows users to keep panels permanently visible ("pinned") or collapse...