
Product
Socket for Jira Is Now Available
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.
dockview-core
Advanced tools
Zero dependency layout manager supporting tabs, groups, grids and splitviews for vanilla TypeScript
Framework-agnostic core layout engine — zero dependencies, vanilla TypeScript. Supports tabs, groups, grids and splitviews

Please see the website: https://dockview.dev
Install from npm:
npm install dockview-core
Import the stylesheet:
@import 'dockview-core/dist/styles/dockview.css';
Create a dockview instance:
import { DockviewComponent } from 'dockview-core';
const element = document.getElementById('app');
const dockview = new DockviewComponent(element, {
createComponent: (options) => {
switch (options.name) {
case 'my-component':
return {
init: (params) => {
params.containerElement.textContent = 'Hello World';
},
};
}
},
});
dockview.addPanel({
id: 'panel_1',
component: 'my-component',
});
Apply a theme to a parent element:
<div id="app" class="dockview-theme-dark" style="height: 400px;"></div>
See the documentation for full examples.
Want to verify our builds? Go here.
FAQs
Zero dependency layout manager supporting tabs, groups, grids and splitviews for vanilla TypeScript
The npm package dockview-core receives a total of 72,106 weekly downloads. As such, dockview-core popularity was classified as popular.
We found that dockview-core demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Product
Socket for Jira lets teams turn alerts into Jira tickets with manual creation, automated ticketing rules, and two-way sync.

Company News
Socket won two 2026 Reppy Awards from RepVue, ranking in the top 5% of all sales orgs. AE Alexandra Lister shares what it's like to grow a sales career here.

Security News
NIST will stop enriching most CVEs under a new risk-based model, narrowing the NVD's scope as vulnerability submissions continue to surge.