Open Jvheaney opened 4 years ago
I have added a locked prop to disable card movement and swiping when true. This helped in my project, so I wanted to contribute in hopes it would help others. Cheers!
To use it, just add locked or locked={true} to your SwipeCards component.
locked
locked={true}
I have added a locked prop to disable card movement and swiping when true. This helped in my project, so I wanted to contribute in hopes it would help others. Cheers!
To use it, just add
locked
orlocked={true}
to your SwipeCards component.