# react-grid-layout/react-resizable

A simple React component that is resizable with a handle.

Repository: https://github.com/react-grid-layout/react-resizable
Canonical: https://ross.abutalabs.com/products/react-resizable
Homepage: https://strml.github.io/react-resizable/examples/1.html
Language: TypeScript
License: MIT
License Family: permissive
Last push: 2026-08-05T19:47:16+00:00

## Health v2 (maintenance only)
Score: 85/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 96, release rhythm 63, longevity 100
- inputs: {"age_days": 4266, "days_push": 28, "days_rel": 245, "gap_med": 0.0, "n_releases_24m": 21}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2583, forks 372 (observed 2026-08-28T04:07:02.501531+00:00)

## What it is
React-Resizable is a simple React component library that makes wrapped elements resizable via one or more drag handles, offering both a flexible <Resizable> and a simpler <ResizableBox> component. It is written in TypeScript and ships bundled type declarations.

## Use cases
- make a panel resizable in a React app
- add resize handles to an existing component
- build draggable resizable dashboard widgets
- create resizable sidebars or splitters
- let users resize boxes with corner or edge handles

## When to choose
- you need lightweight, focused resize functionality in React
- you want TypeScript types bundled without @types packages
- you need custom resize handles or multiple handle axes
- you are building grid or dashboard layouts with resizable items

## When to avoid
- you need full drag-and-drop grid layout out of the box (use react-grid-layout instead)
- your project is not React-based
- you need touch-only or mobile-first resizing with advanced gesture support
- you still require Flow type support

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, frontend-framework
- domain: web-development, frontend
- platform: cross-platform
- tags: react, resize, resizable, drag-handles, typescript, web-server, nodejs

## Member repositories
- react-grid-layout/react-resizable (main) score 85

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:07:02.501531+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-30T02:22:31.155696+00:00, confidence not recorded.
  - readme: https://github.com/react-grid-layout/react-resizable (fetched 2026-08-28T04:07:02.501531+00:00, sha 0e58f3e9d2ed)
  - homepage: https://strml.github.io/react-resizable/examples/1.html (fetched 2026-08-29T10:05:19.402463+00:00, sha 352a40a35886)
  - registry_npm: https://registry.npmjs.org/react-resizable (fetched 2026-08-29T10:05:19.405071+00:00, sha ecae64eafbde)
- Data as of 2026-08-30T08:39:29.467469+00:00.
