mirror of
https://github.com/mathuo/dockview
synced 2025-03-10 07:52:07 +00:00
chore: fix docs build
This commit is contained in:
parent
cf6ee14f3d
commit
5ec847ec77
@ -389,7 +389,12 @@ From within a panel you may say
|
|||||||
props.containerApi.addPopoutGroup(props.api.group);
|
props.containerApi.addPopoutGroup(props.api.group);
|
||||||
```
|
```
|
||||||
|
|
||||||
<DockviewPopoutGroup/>
|
<MultiFrameworkContainer
|
||||||
|
height={600}
|
||||||
|
sandboxId="popoutgroup-dockview"
|
||||||
|
react={DockviewPopoutGroup}
|
||||||
|
/>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
## Panels
|
## Panels
|
||||||
@ -911,4 +916,7 @@ If you wish to interact with the drop event from one dockview instance in anothe
|
|||||||
|
|
||||||
### Window-like mananger with tabs
|
### Window-like mananger with tabs
|
||||||
|
|
||||||
<DockviewNative2 />
|
|
||||||
|
<MultiFrameworkContainer sandboxId="nativeapp-dockview" react={DockviewNative2} />
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user