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

The PR removes unused parameter in Divider component method.

Hi, many thanks for your excellent layout, the experience is very good. this week I got below error in my project sometimes and did not know what cause the issue,...

Dear @rinick and guys, Could you please add an example of using **controlled layout with add a tab** logic? The [only example I found ](https://codesandbox.io/s/rc-dock217-example-8klnz?file=/src/Root.jsx) on the internet of "controlled...

I seem to be unable to drop a tab into an empty docking area as of some version post-2.1.7. Because you can't close all tabs in the [`dropMode="edge"` example](https://ticlo.github.io/rc-dock/examples/#drop-mode), I...

Hi, in the example there are two parameters (panelData, context) at line 77 > https://github.com/ticlo/rc-dock/blob/bec7ffff4df6390a05d214b8a848958e79e4d234/example/panel-extra.jsx#L75-L81 but in the type definition, there is only one parameter (panelData) > https://github.com/ticlo/rc-dock/blob/bec7ffff4df6390a05d214b8a848958e79e4d234/es/DockData.d.ts#L191 I am...

Thanks for your work. After `npm install`, just run `npm run example`, `Invalid Version: undefined at SemVer` error is thrown. I change the version of **parcel** to 1.12.3, and this...

Hi team, Is there a way to get default layout rather than generating LayoutData objects manually? Manually generating LayoutData objects will be inefficient for multi panels. It'll be great if...

So, a panel is docked (for e.g. to bottom or side), but the underlying main panel takes up the whole viewport space, and the docked panel is laying on top...

When hosting a dynamic content like a datagrid, which has reference to a data source element, when the underlying data source updates/changes, then the content of a dockbox/floatbox doesn't "seem"...