You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// import DockviewDemo from '@site/sandboxes/demo-dockview/src/app';
13
-
importLinkfrom'@docusaurus/Link';
14
-
15
-
**dockview** is a zero dependency layout manager that supports tab, grids and splitviews.
16
-
17
-
## Quick start
18
-
19
-
`dockview` has a peer dependency on `react >= 16.8.0` and `react-dom >= 16.8.0`. To install `dockview` you can run:
20
-
21
-
```shell
22
-
npm install dockview
23
-
```
24
-
25
-
You must also import the dockview stylesheet found under [`dockview/dict/styles/dockview.css`](https://unpkg.com/browse/dockview@latest/dist/styles/dockview.css),
// import DockviewDemo from '@site/sandboxes/demo-dockview/src/app';
13
+
importLinkfrom'@docusaurus/Link';
14
+
15
+
**dockview** is a zero dependency layout manager that supports tab, grids and splitviews.
16
+
17
+
## Quick start
18
+
19
+
`dockview` has a peer dependency on `react >= 16.8.0` and `react-dom >= 16.8.0`. To install `dockview` you can run:
20
+
21
+
```shell
22
+
npm install dockview
23
+
```
24
+
25
+
You must also import the dockview stylesheet found under [`dockview/dict/styles/dockview.css`](https://unpkg.com/browse/dockview@latest/dist/styles/dockview.css),
0 commit comments