mirror of
https://github.com/mathuo/dockview
synced 2025-09-09 19:06:28 +00:00
chore: docs
This commit is contained in:
parent
21bbaa7349
commit
dd70450a8e
@ -25,4 +25,4 @@
|
|||||||
"/packages/docs/sandboxes/watermark-dockview"
|
"/packages/docs/sandboxes/watermark-dockview"
|
||||||
],
|
],
|
||||||
"node": "16"
|
"node": "16"
|
||||||
}
|
}
|
||||||
|
@ -720,4 +720,7 @@ The core library is published as an independant package under the name `dockview
|
|||||||
> When using `dockview` there is no need to also install `dockview-core`.
|
> When using `dockview` there is no need to also install `dockview-core`.
|
||||||
> `dockview-core` is a dependency of `dockview` and automatically installed during the installation process of `dockview` via `npm install dockview`.
|
> `dockview-core` is a dependency of `dockview` and automatically installed during the installation process of `dockview` via `npm install dockview`.
|
||||||
|
|
||||||
<Container injectVanillaJS={attachDockviewVanilla} />
|
<Container
|
||||||
|
sandboxId="vanilla-dockview"
|
||||||
|
injectVanillaJS={attachDockviewVanilla}
|
||||||
|
/>
|
||||||
|
@ -2,7 +2,7 @@ import {
|
|||||||
DockviewComponent,
|
DockviewComponent,
|
||||||
IContentRenderer,
|
IContentRenderer,
|
||||||
IGroupPanelInitParameters,
|
IGroupPanelInitParameters,
|
||||||
} from 'dockview';
|
} from 'dockview-core';
|
||||||
|
|
||||||
class DefaultPanel implements IContentRenderer {
|
class DefaultPanel implements IContentRenderer {
|
||||||
private _element: HTMLElement;
|
private _element: HTMLElement;
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import './styles.css';
|
import './styles.css';
|
||||||
import 'dockview/dist/styles/dockview.css';
|
import 'dockview-core/dist/styles/dockview.css';
|
||||||
|
|
||||||
import { attach } from './app';
|
import { attach } from './app';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user