kornelski/slip
Slip.js — UI library for manipulating lists via swipe and drag gestures observed · 2026-08-28
Health v2 · maintenance only
23/100
- Activity 0
- Release rhythm 8
- Longevity 100
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4626
- days_rel: n/a
- days_push: 1805
- n_releases_24m: 0
Adoption not part of the score
2428 stars · 208 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Slip.js is a tiny dependency-free JavaScript library that adds swipe and drag gesture interaction to list elements on touch screens. It exposes custom DOM events for swiping, reordering, and tapping so developers can wire up their own list manipulation logic.
Use cases
- reorder list items by dragging on a touchscreen
- swipe list rows to delete or dismiss them
- build mobile-style swipeable lists in the browser
- keep an underlying array in sync when users drag items to new positions
- add tap and swipe event handling to DOM lists without a framework
When to choose
- you need lightweight touch swipe/reorder behavior with no dependencies
- you want fine-grained control via custom DOM events rather than a full UI framework
- you target mobile browsers like iOS Safari, Chrome Mobile, and Firefox Mobile
When to avoid
- you need mouse/desktop drag-and-drop support rather than touch gestures
- you want a batteries-included component library with built-in rendering
- you need actively developed features — the project's latest release dates to 2021
Facets
library · maturity maintenance
ui-components animation web-development frontend mobile-development browser cross-platform touch-gestures swipe drag-and-drop list-reordering dom-events no-dependencies mobile
1 source
- readme: https://github.com/kornelski/slip · fetched 2026-08-28 · a16c996f9743
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kornelski/slip | main | 23 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem