mirror of
https://github.com/mathuo/dockview
synced 2025-09-01 15:06:25 +00:00
Merge pull request #240 from mathuo/220-improve-documentation
chore: docs
This commit is contained in:
commit
acb500a9d8
@ -25,4 +25,4 @@
|
||||
"/packages/docs/sandboxes/watermark-dockview"
|
||||
],
|
||||
"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`.
|
||||
> `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,
|
||||
IContentRenderer,
|
||||
IGroupPanelInitParameters,
|
||||
} from 'dockview';
|
||||
} from 'dockview-core';
|
||||
|
||||
class DefaultPanel implements IContentRenderer {
|
||||
private _element: HTMLElement;
|
||||
|
@ -1,5 +1,5 @@
|
||||
import './styles.css';
|
||||
import 'dockview/dist/styles/dockview.css';
|
||||
import 'dockview-core/dist/styles/dockview.css';
|
||||
|
||||
import { attach } from './app';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user