# react-grid-layout/react-draggable

React draggable component

Repository: https://github.com/react-grid-layout/react-draggable
Canonical: https://ross.abutalabs.com/products/react-draggable
Language: JavaScript
License: MIT
License Family: permissive
Last push: 2026-08-11T23:24:26+00:00

## Health v2 (maintenance only)
Score: 66/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 97, release rhythm 8, longevity 100
- inputs: {"age_days": 4423, "days_push": 22, "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 9290, forks 1050 (observed 2026-08-28T04:10:30.310141+00:00)

## What it is
A React component library that makes elements draggable via a simple <Draggable> wrapper, using CSS Transforms for positioning. It supports controlled and uncontrolled usage, includes TypeScript types, and works with React 16.3+.

## Use cases
- make elements draggable in react
- drag and drop ui components
- build draggable widgets or panels
- create movable cards in a dashboard
- implement drag interactions without a wrapper dom element

## When to choose
- you need simple, focused drag functionality for React elements
- you want a lightweight library with TypeScript support
- you need controlled or uncontrolled drag state
- you want to avoid wrapper DOM nodes around your elements

## When to avoid
- you need full drag-and-drop with sortable lists or grid reordering
- you are not using React
- you need touch or multi-pointer gesture support beyond basic dragging
- your element already relies on CSS Transforms that must be preserved

## Facets
- artifact type: library
- maturity: stable
- function: ui-components, animation
- domain: frontend, web-development
- platform: browser
- tags: react, draggable, drag-and-drop, react-component, typescript, nodejs, web-server

## Member repositories
- react-grid-layout/react-draggable (main) score 66

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:10:30.310141+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:22:33.237817+00:00, confidence not recorded.
  - readme: https://github.com/react-grid-layout/react-draggable (fetched 2026-08-28T04:10:30.310141+00:00, sha c06d36c6735d)
  - registry_npm: https://registry.npmjs.org/react-draggable (fetched 2026-08-29T08:23:01.400042+00:00, sha bdf7fb5c7e5a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
