Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-megh-l authored Jan 17, 2024
1 parent 258f4e3 commit d62c935
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It comes with built-in support for drag-and-drop functionality, making it a vers
Add the dependency

```gradle
implementation 'com.canopas:compose_recyclerview:1.0.1'
implementation 'com.canopas:compose_recyclerview:1.0.2'
```


Expand Down Expand Up @@ -58,6 +58,8 @@ ComposeRecyclerView(
onSwiped = { viewHolder, direction ->
// Handle item swipe
}
dragDirs = UP or DOWN or START or END // Specify drag directions here
swipeDirs = LEFT or RIGHT // Specify swipe directions here
// Add more customization options as needed
}
)
Expand Down

0 comments on commit d62c935

Please sign in to comment.