Content v1.0.0

Sortable List

Drag-and-drop reorderable list and kanban board using the native HTML Drag and Drop API with Stimulus. No external dependencies required. Supports drag handles, visual drop indicators, and cross-list dragging for kanban columns.

List

Vertical reorderable list with drag handles and slide animation.

Options

Name Type Default Description
items * Array required Array of hashes with :id (String), :title (String), optional :description (String)
handle Boolean true Show drag handle (vs full item drag)
group String Group name for cross-list dragging

Kanban

Multi-column board with drag between and within columns.

Options

Name Type Default Description
columns * Array required Array of hashes with :id, :title, :items (Array of :id, :title, :description)
max_per_column Integer Max items per column

Changelog v1.0.0

- v1.0.0: Initial release with list and kanban styles

Get Full Access

Unlock the source code for this component and all others. One-time payment for lifetime access.

Get Access Now