---
title: "Workbench / dock layout"
description: "A binary split-tree dock layout (DockLayout) powering the /desk workspace with resizable panes, drag-and-drop tabs, and a panel-type registry."
category: "UI Components & Design System"
---

# Workbench / dock layout

> Generated from `mcp/patterns.registry.json` — do not edit by hand; change the registry and run `bun run patterns:build`.

_Index card — the docs below are the canonical explanation; deep-tier pattern pages additionally carry invariants and emulation notes._

**Category:** UI Components & Design System · **Tier:** light · **Risk:** low — frontend only, client-side layout state

A binary split-tree dock layout (DockLayout) powering the /desk workspace with resizable panes, drag-and-drop tabs, and a panel-type registry.

**When to use:** Use when building an IDE-like or immersive multi-panel workspace where panels can be arranged, tabbed, and dragged.

## Docs

- `docs/blueprint/desk/README.md` ([GitHub](https://github.com/ApeDevil/v10r/blob/main/docs/blueprint/desk/README.md) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/blob/main/docs/blueprint/desk/README.md))

## Code

- `src/lib/components/composites/dock/` ([GitHub](https://github.com/ApeDevil/v10r/tree/main/src/lib/components/composites/dock) · [GitLab](https://gitlab.com/ApeDevil/v10r/-/tree/main/src/lib/components/composites/dock))

## Proof

- [`/showcases/ui/workbench`](/showcases/ui/workbench)

---

_Machine-readable record: `ui-workbench` in `mcp/patterns.registry.json`._
