Skip to content

Commit 35e0a99

Browse files
committed
feat: virtual list drag
1 parent 7d4dde9 commit 35e0a99

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

packages/react-hooks/src/virtual-list/demo/useVirtualList copy.tsx renamed to packages/react-hooks/src/virtual-list/demo/useVirtualListDrag.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/**
2-
* title: 渲染大量的数据
2+
* title: 使用react-beautiful-dnd实现可拖拽虚拟列表
33
*/
44

55
import type { FunctionComponent } from 'react';

packages/react-hooks/src/virtual-list/useVirtualList.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ order: 2
1212

1313
<code src="./demo/useVirtualList.tsx">
1414

15+
<code src="./demo/useVirtualListDrag.tsx">
16+
1517
# API
1618

1719
```typescript

0 commit comments

Comments
 (0)