GitHub

Reorder

Drag-and-drop reorderable lists with handles, drop indicators, and edit mode for iOS-style list management.

Basic Reorder List

Preview
Dashboard Overview
ERPlora main dashboard widgets
Sales Report
Monthly revenue analytics
Inventory Check
Stock levels and reorder alerts
Team Schedule
Employee shifts and availability

Inset (Card-Style) with Edit Mode

Preview
ERPlora Modules
Point of Sale
Inventory Management
HR & Payroll
Analytics Dashboard

Cards Variant with Dragging State

Preview
ERPlora Warehouse A
Barcelona -- 2,400 items in stock
ERPlora Warehouse B
Madrid -- 1,850 items in stock
ERPlora Warehouse C
Valencia -- 980 items in stock
ERPlora Warehouse D
Sevilla -- 1,120 items in stock

Horizontal Reorder

Preview

Drag to reorder ERPlora dashboard tabs

Sales
Products
Orders
Reports

Classes Reference

Class Description
.reorder-groupBase container for reorderable list
.reorder-group-editingShows handles and delete buttons (iOS edit mode)
.reorder-group-insetInset card style with rounded corners and background
.reorder-group-cardsEach item rendered as a card with margin and shadow
.reorder-group-horizontalHorizontal flex layout for tab-style reordering
.reorder-group-disabledDisables all interaction (pointer-events: none)
.reorder-itemIndividual reorderable item
.reorder-item-draggingActive drag state (elevated, scaled up, z-100)
.reorder-item-ghostGhost placeholder left behind while dragging (opacity 30%)
.reorder-item-disabledDisabled item (handle becomes non-interactive)
.reorder-item-moving-upAnimation for items shifting up
.reorder-item-moving-downAnimation for items shifting down
.reorder-item-contentFlex-1 content area of the item
.reorder-handleDrag handle (44x44 grab cursor, touch-action: none)
.reorder-handle-iconIcon container inside the handle
.reorder-handle-linesThree-line grab indicator (hamburger style)
.reorder-handle-lineIndividual line in the handle indicator
.reorder-indicatorDrop position indicator line (primary color)
.reorder-indicator-topIndicator positioned at top of item
.reorder-indicator-bottomIndicator positioned at bottom of item
.reorder-indicator-activeShows the indicator (scaleX from 0 to 1)
.reorder-deleteDelete button (red, hidden by default, shown in edit mode)
.reorder-delete-iconIcon inside the delete button