Skip to content

Commit

Permalink
fix(useList): added dragging property to ListItemView docs (#1470)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandr Isaev <[email protected]>
Co-authored-by: Mr.Dr.Professor Patrick <[email protected]>
  • Loading branch information
3 people authored Apr 1, 2024
1 parent a314081 commit 750e5ba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/useList/__stories__/useList.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 750e5ba

Please sign in to comment.