Skip to content

Commit 4744f35

Browse files
committed
mark examples as dep
1 parent da524b4 commit 4744f35

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/react-core/src/components/DataList/examples/DataList.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Note: There is a new recommended drag and drop implementation with full keyboard
8787

8888
Previously, draggable data lists had their own API for the [drag and drop component](/components/drag-and-drop), which wasn't flexible enough to allow custom styling for items as they are dragged. To address this disparity, `<DragDrop>`, `<Draggable>`, and `<Droppable>` components were added to replace our now deprecated HTML5-based API. Keyboard and screen reader accessibility for the `<DragDrop>` component is still in development.
8989

90-
```ts isBeta file="./DataListDraggable.tsx"
90+
```ts isDeprecated file="./DataListDraggable.tsx"
9191

9292
```
9393

packages/react-core/src/components/DualListSelector/examples/DualListSelector.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ This example only allows reordering the contents of the "chosen" pane with drag
104104

105105
Keyboard and screen reader accessibility for the `<DragDrop>` component is still in development.
106106

107-
```ts file="DualListSelectorComposableDragDrop.tsx"
107+
```ts isDeprecated file="DualListSelectorComposableDragDrop.tsx"
108108

109109
```
110110

0 commit comments

Comments
 (0)