> For the complete documentation index, see [llms.txt](https://ddzy.gitbook.io/ts-utility-plugins-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ddzy.gitbook.io/ts-utility-plugins-docs/business/business-draggable.md).

# business-draggable

### 说明

纯原生拖放组件, 计划实现三种拖拽类型(`拖放排序` 、`穿梭框`、`范围拖拽`), 目前只实现了拖放排序.

### 源码

<https://github.com/ddzy/ts-utility-plugins/tree/master/src/ddzy/business/draggable>

### 目录

| Name          | Description | Link                                                                                     |
| ------------- | ----------- | ---------------------------------------------------------------------------------------- |
| SortDraggable | 拖放排序        | [sort-draggable](/ts-utility-plugins-docs/business/business-draggable/sort-draggable.md) |
