diff --git a/README.md b/README.md index e2462eaec..980350c04 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@

dockview

-

Zero dependency layout manager supporting tabs, groups, grids and splitviews with ReactJS support written in TypeScript

+

Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript

@@ -36,23 +36,3 @@ Please see the website: https://dockview.dev - Security at mind - verifed publishing and builds through GitHub Actions 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 - -``` diff --git a/packages/dockview-core/README.md b/packages/dockview-core/README.md index 32179da7c..980350c04 100644 --- a/packages/dockview-core/README.md +++ b/packages/dockview-core/README.md @@ -1,7 +1,7 @@

dockview

-

Zero dependency layout manager supporting tabs, groups, grids and splitviews written in TypeScript

+

Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript

@@ -36,23 +36,3 @@ Please see the website: https://dockview.dev - Security at mind - verifed publishing and builds through GitHub Actions 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-core). - -``` -npm install --save dockview-core -``` - -Within your project you must import or reference the stylesheet at `dockview-core/dist/styles/dockview.css` and attach a theme. - -```css -@import '~dockview-core/dist/styles/dockview.css'; -``` - -You should also attach a dockview theme to an element containing your components. For example: - -```html - -``` diff --git a/packages/dockview-react/README.md b/packages/dockview-react/README.md index 7a0dc6c1e..980350c04 100644 --- a/packages/dockview-react/README.md +++ b/packages/dockview-react/README.md @@ -1,7 +1,7 @@

dockview

-

Zero dependency layout manager supporting tabs, groups, grids and splitviews with ReactJS support written in TypeScript

+

Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript

@@ -16,6 +16,8 @@ ## +![](packages/docs/static/img/splashscreen.gif) + Please see the website: https://dockview.dev ## Features @@ -34,23 +36,3 @@ Please see the website: https://dockview.dev - Security at mind - verifed publishing and builds through GitHub Actions 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 - -``` diff --git a/packages/dockview-vue/README.md b/packages/dockview-vue/README.md index 7a0dc6c1e..980350c04 100644 --- a/packages/dockview-vue/README.md +++ b/packages/dockview-vue/README.md @@ -1,7 +1,7 @@

dockview

-

Zero dependency layout manager supporting tabs, groups, grids and splitviews with ReactJS support written in TypeScript

+

Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript

@@ -16,6 +16,8 @@ ## +![](packages/docs/static/img/splashscreen.gif) + Please see the website: https://dockview.dev ## Features @@ -34,23 +36,3 @@ Please see the website: https://dockview.dev - Security at mind - verifed publishing and builds through GitHub Actions 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 - -```