Thanks for the amazing hook. It would be great if when dragging it would snap to elements.
For any container with overflow-x: scroll we can add this
scroll-snap-type: x mandatory;
and for children inside
scroll-snap-align: center;
but adding scroll snap type on the parent which has ref the drag stops working.
Thanks for the amazing hook. It would be great if when dragging it would snap to elements.
For any container with overflow-x: scroll we can add this
scroll-snap-type: x mandatory;and for children inside
scroll-snap-align: center;but adding scroll snap type on the parent which has ref the drag stops working.