dockview-vue
Advanced tools
Comparing version 1.14.0 to 1.14.1
{ | ||
"name": "dockview-vue", | ||
"version": "1.14.0", | ||
"version": "1.14.1", | ||
"description": "Zero dependency layout manager supporting tabs, grids and splitviews", | ||
@@ -55,4 +55,4 @@ "keywords": [ | ||
"dependencies": { | ||
"dockview-core": "^1.14.0" | ||
"dockview-core": "^1.14.1" | ||
} | ||
} |
<div align="center"> | ||
<h1>dockview</h1> | ||
<p>Zero dependency layout manager supporting tabs, groups, grids and splitviews with ReactJS support written in TypeScript</p> | ||
<p>Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript</p> | ||
@@ -19,2 +19,4 @@ </div> | ||
![](packages/docs/static/img/splashscreen.gif) | ||
Please see the website: https://dockview.dev | ||
@@ -38,21 +40,1 @@ | ||
Want to verify our builds? Go [here](https://www.npmjs.com/package/dockview#Provenance). | ||
## Quick start | ||
Dockview has a peer dependency on `react >= 16.8.0` and `react-dom >= 16.8.0`. You can install dockview from [npm](https://www.npmjs.com/package/dockview). | ||
``` | ||
npm install --save dockview | ||
``` | ||
Within your project you must import or reference the stylesheet at `dockview/dist/styles/dockview.css` and attach a theme. | ||
```css | ||
@import '~dockview/dist/styles/dockview.css'; | ||
``` | ||
You should also attach a dockview theme to an element containing your components. For example: | ||
```html | ||
<body classname="dockview-theme-dark"></body> | ||
``` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
61378
39
Updateddockview-core@^1.14.1