SortableList
HTML5 Drag & Drop
SortableList
HTML5 Drag & Drop
Basic Usage
SortableList
Demo loads on client.
API
Props
| Prop | Type | Default | Description |
|---|---|---|---|
modelValue | SortableListItem[] | Text | Description for modelValue. |
disabled | boolean | false | Description for disabled. |
handle | boolean | false | Description for handle. |
Events
| Event | Params | Description |
|---|---|---|
update:modelValue | (value) | Description for update:modelValue. |
reorder | ({ from, to, items }) | Description for reorder. |
Was this helpful?