Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mathuo/dockview
Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
https://github.com/mathuo/dockview
components dock docking docking-layout docking-library drag drag-and-drop drop javascript layout layout-manager panel react reactjs splitter splitview tabs typescript vue vuejs
Last synced: 3 days ago
JSON representation
Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue.
- Host: GitHub
- URL: https://github.com/mathuo/dockview
- Owner: mathuo
- License: mit
- Created: 2020-06-24T20:40:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-10-27T21:26:06.000Z (3 months ago)
- Last Synced: 2024-10-29T15:17:10.421Z (3 months ago)
- Topics: components, dock, docking, docking-layout, docking-library, drag, drag-and-drop, drop, javascript, layout, layout-manager, panel, react, reactjs, splitter, splitview, tabs, typescript, vue, vuejs
- Language: TypeScript
- Homepage: https://dockview.dev
- Size: 141 MB
- Stars: 698
- Watchers: 16
- Forks: 50
- Open Issues: 63
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome - mathuo/dockview - Zero dependency Docking Layout Manager. Supports Vanilla TypeScript, React and Vue. (TypeScript)
README
dockview
Zero dependency layout manager supporting tabs, groups, grids and splitviews. Supports React, Vue and Vanilla TypeScript
---
[![npm version](https://badge.fury.io/js/dockview-core.svg)](https://www.npmjs.com/package/dockview-core)
[![npm](https://img.shields.io/npm/dm/dockview-core)](https://www.npmjs.com/package/dockview-core)
[![CI Build](https://github.com/mathuo/dockview/workflows/CI/badge.svg)](https://github.com/mathuo/dockview/actions?query=workflow%3ACI)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=mathuo_dockview&metric=coverage)](https://sonarcloud.io/summary/overall?id=mathuo_dockview)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=mathuo_dockview&metric=alert_status)](https://sonarcloud.io/summary/overall?id=mathuo_dockview)
[![Bundle Phobia](https://badgen.net/bundlephobia/minzip/dockview-core)](https://bundlephobia.com/result?p=dockview-core)##
![](packages/docs/static/img/splashscreen.gif)
Please see the website: https://dockview.dev
## Features
- Serialization / deserialization with full layout management
- Support for split-views, grid-views and 'dockable' views
- Themeable and customizable
- Tab and Group docking / Drag n' Drop
- Popout Windows
- Floating Groups
- Extensive API
- Supports Shadow DOMs
- High test coverage
- Documentation website with live examples
- Transparent builds and Code Analysis
- Security at mind - verifed publishing and builds through GitHub ActionsWant to verify our builds? Go [here](https://www.npmjs.com/package/dockview#Provenance).