Skip to content

Scroll snap support #6

@mbcod3

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.

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