Skip to content

Commit 55440ca

Browse files
authored
Remove rc badge from listview dnd (#3753)
1 parent b5afb8f commit 55440ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/@react-spectrum/list/docs/ListView.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@ This behavior is slightly different in the highlight selection style, where sing
363363
</Flex>
364364
```
365365

366-
## Drag and drop <VersionBadge version="rc" style={{marginLeft: 4, verticalAlign: 'bottom'}} />
366+
## Drag and drop
367367

368368
To enable drag and drop in a ListView, you must provide the drag and drop hooks sourced from <TypeLink links={dndDocs.links} type={dndDocs.exports.useDragAndDrop} /> to the ListView's `dragAndDropHooks` prop.
369369
See the examples below for various common drag and drop use cases. For more information on `useDragAndDrop` and the various supported ways to perform a drag and drop interaction,
@@ -376,7 +376,7 @@ The example below demonstrates how to create a draggable ListView and a droppabl
376376
<details>
377377
<summary style={{fontWeight: 'bold'}}><ChevronRight size="S" /> Show code</summary>
378378

379-
```tsx example keepIndividualImports export=true render=false
379+
```tsx example export=true render=false
380380
import {useDragAndDrop} from '@react-spectrum/dnd';
381381
import {useListData} from '@adobe/react-spectrum';
382382

0 commit comments

Comments
 (0)