Skip to content

Scroll snap support #6

Description

@mbcod3

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions