# tomkp/react-split-pane

React split-pane component

Repository: https://github.com/tomkp/react-split-pane
Canonical: https://ross.abutalabs.com/products/react-split-pane
Homepage: https://tomkp.github.io/react-split-pane
Language: TypeScript
License: MIT
License Family: permissive
Topics: split-pane, react, react-component
Last push: 2026-04-07T04:25:34+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 76, release rhythm 71, longevity 100
- inputs: {"age_days": 4198, "days_push": 148, "days_rel": 195, "gap_med": 0, "n_releases_24m": 8}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 3392, forks 410 (observed 2026-08-28T04:07:59.135738+00:00)

## What it is
A lightweight, TypeScript-first React component for creating resizable split-pane layouts with horizontal and vertical splits. It supports controlled and uncontrolled modes, nested panes, keyboard accessibility, and touch input.

## Use cases
- add resizable sidebar and main content panes to a react app
- build an ide-like layout with editor and console panels
- create a draggable vertical split between header and content
- persist user-adjusted pane sizes across sessions
- build accessible resizable panels with keyboard support

## When to choose
- you need resizable panes in a React application with full TypeScript support
- accessibility and touch support are requirements
- you want a tiny (<5KB) dependency-free layout component

## When to avoid
- your project does not use React
- you need complex grid or dockable window layouts rather than simple splits
- you need framework-agnostic web components

## Facets
- artifact type: library
- maturity: active
- function: ui-components, state-management
- domain: frontend, web-development, accessibility
- platform: browser
- tags: react, split-pane, resizable-panes, layout, hooks, typescript, touch-support, web-server, nodejs

## Member repositories
- tomkp/react-split-pane (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:59.135738+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:39:00.702631+00:00, confidence not recorded.
  - readme: https://github.com/tomkp/react-split-pane (fetched 2026-08-28T04:07:59.135738+00:00, sha 5cbb323fabdc)
  - homepage: https://tomkp.github.io/react-split-pane (fetched 2026-08-29T09:33:08.399562+00:00, sha 8fab62f9bafb)
  - registry_npm: https://registry.npmjs.org/react-split-pane (fetched 2026-08-29T09:33:08.408541+00:00, sha 118e11c9d81c)
- Data as of 2026-08-30T08:39:29.467469+00:00.
