# Calvin-LL/Reorderable

Reorder items in Lists and Grids in Jetpack Compose and Compose Multiplatform with drag and drop.

Repository: https://github.com/Calvin-LL/Reorderable
Canonical: https://ross.abutalabs.com/products/reorderable
Language: Kotlin
License: Apache-2.0
License Family: permissive
Topics: android, drag-and-drop, draggable, jetpack-compose, kotlin, compose-multiplatform, grid, list, reorderable-list, reordering, reorderable
Last push: 2026-04-20T21:46:42+00:00

## Health v2 (maintenance only)
Score: 73/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 78, release rhythm 68, longevity 72
- inputs: {"age_days": 1018, "days_push": 135, "days_rel": 135, "gap_med": 45.5, "n_releases_24m": 9}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1328, forks 53 (observed 2026-08-28T04:04:22.977448+00:00)

## What it is
A Kotlin library for Jetpack Compose and Compose Multiplatform that adds drag-and-drop reordering to lazy lists and grids such as LazyColumn, LazyRow, and LazyVerticalGrid. It provides simple modifiers to make items draggable and reorderable across Android and other Compose targets.

## Use cases
- reorder items in a LazyColumn with drag and drop
- add drag-to-reorder to a LazyVerticalGrid in Compose
- build a reorderable to-do list in Jetpack Compose
- rearrange items in a staggered grid on Android
- implement drag and drop reordering in Compose Multiplatform
- let users rearrange list items by long-press dragging

## When to choose
- you use Jetpack Compose or Compose Multiplatform and need item reordering in lazy lists or grids
- you want a small focused library rather than a full drag-and-drop framework
- you need cross-platform Compose reordering beyond Android

## When to avoid
- your UI is built with XML Views instead of Compose
- you need free-form drag-and-drop between arbitrary containers, not just reordering within one list or grid
- you use a non-Compose UI toolkit like Flutter or React Native

## Facets
- artifact type: library
- maturity: active
- function: ui-components, animation
- domain: mobile-development, frontend, cross-platform
- platform: jvm, cross-platform
- tags: jetpack-compose, compose-multiplatform, drag-and-drop, reorderable-list, lazy-list, grid, android, mobile, desktop

## Member repositories
- Calvin-LL/Reorderable (main) score 73

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:04:22.977448+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-30T04:45:47.603487+00:00, confidence not recorded.
  - readme: https://github.com/Calvin-LL/Reorderable (fetched 2026-08-28T04:04:22.977448+00:00, sha 2e11625d2d95)
- Data as of 2026-08-30T08:39:29.467469+00:00.
