rc-dock icon indicating copy to clipboard operation
rc-dock copied to clipboard

Dock Layout for React Component

Results 73 rc-dock issues
Sort by recently updated
recently updated
newest added

I created a minimal example to demonstrate this, see https://github.com/ldegen/rc-dock-issue-159 I use rc-dock as "controlled layout". When I try to drag a panel (not a tab!) to another position, it...

When using a controlled layout, and I try to drag a floating tab to dock it, that tab is getting vanished. In the console, I discovered that when docking a...

This is a common case I think: - two panels docked SxS - each panel has one tab in it If a user is in one panel (with the one...

Getting the `currentTabId` in `onLayoutChange` is useful, but if a tab is closing, `currentTabId` corresponds to the tab being closed. It doesn't seem like there's an easy way to get...

Steps to reproduce: add a button to panel-extra try pressing that button but accidently drag a little result: entire panel is dragged

Currently setting `"allowSyntheticDefaultImports": false` in tsconfig.json results in errors in .d.ts files.

Hello! This PR fixes the bug related with memory leak when state updates on unmounted component. I faced with this bug when created dock layout within tab of dock layout...

source code is in "src" I can generate "es" folder with "npm run build-es" but how can i generate "lib" folder ?? no commad found

Hi, Is there any example of context menu on tabs ? I have requirement where I need to add a closed tab from tab context menu. Thanks.