# nathancahill/split

Unopinionated utilities for resizeable split views

Repository: https://github.com/nathancahill/split
Canonical: https://ross.abutalabs.com/products/split
Homepage: https://split.js.org/
Language: JavaScript
License: MIT
License Family: permissive
Topics: css, split, flexbox, tiny, split-layout
Last push: 2024-05-06T16:27:16+00:00

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

## Adoption (not part of the score)
Stars 6280, forks 446 (observed 2026-08-28T04:09:41.245695+00:00)

## What it is
A monorepo of tiny, zero-dependency JavaScript utilities for creating resizable split views, including Split.js (for float/flex layouts) and Split Grid (for CSS grid layouts), plus React wrapper components. It computes view sizes only, using pure CSS for resizing with no attached window event listeners.

## Use cases
- create resizable split panes in a web app
- add draggable dividers between panels
- build a two-pane file explorer layout
- resize sidebar and main content with flexbox
- split a page into resizable grid columns and rows
- add resizable panes to a React application

## When to choose
- you need a tiny (~1-2kb gzipped) dependency-free split view solution
- you want unopinionated size computation and full styling control
- you need broad browser support (Split.js) or modern CSS grid layouts (Split Grid)
- you use React and want a thin wrapper component

## When to avoid
- you need a full-featured layout framework with built-in styling and themes
- you need dockable, nested, or complex windowing layouts beyond simple splits
- you need touch-gesture-heavy or advanced drag-and-drop panel management

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, frontend-framework
- domain: frontend, web-development, web-design
- platform: browser
- tags: split-views, splitjs, split-grid, css-grid, flexbox, zero-dependencies, react-wrapper, resizable-panes, nodejs

## Member repositories
- nathancahill/split (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:41.245695+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-29T17:46:27.982438+00:00, confidence not recorded.
  - readme: https://github.com/nathancahill/split (fetched 2026-08-28T04:09:41.245695+00:00, sha eba46dd70f1c)
  - homepage: https://split.js.org/ (fetched 2026-08-29T08:43:15.379528+00:00, sha 44136fa355b3)
- Data as of 2026-08-30T08:39:29.467469+00:00.
