Zero dependency layout manager supporting tabs, groups, grids and splitviews written in TypeScript
Please see the website: https://dockview.dev
Want to inspect the latest deployment? Go to https://unpkg.com/browse/dockview-core@latest/
You can install dockview-core from npm.
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.
@import '~dockview-core/dist/styles/dockview.css';
You should also attach a dockview theme to an element containing your components. For example:
<body classname="dockview-theme-dark"></body>
Generated using TypeDoc