From 750e5ba829fbfea798412f3192406b400007bdfc Mon Sep 17 00:00:00 2001 From: Isaev Alexandr Date: Mon, 1 Apr 2024 20:21:45 +0300 Subject: [PATCH] fix(useList): added dragging property to ListItemView docs (#1470) Co-authored-by: Alexandr Isaev Co-authored-by: Mr.Dr.Professor Patrick --- src/components/useList/__stories__/useList.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/useList/__stories__/useList.mdx b/src/components/useList/__stories__/useList.mdx index 711b5b6d87..df4c58f5ca 100644 --- a/src/components/useList/__stories__/useList.mdx +++ b/src/components/useList/__stories__/useList.mdx @@ -440,6 +440,7 @@ const List = () => { - `corners` - Prop to remove default border radiuses from element; - `className` - custom class name to mix with; - `expanded` - adds a visual representation of a group element if the value is different from `undefined`; +- `dragging` - manage view of dragging element. Required for graggable list implementation ### ListContainerView