User requests a "snap grid" feature, allowing dragged or dropped items to automatically align to a defined grid, with configurable alignment sides.
> Please use this template to help contributors get a detailed description of the issue or feature. **For support questions, please use stackoverflow.** This repository's issues are reserved for feature requests and bug reports. ### 2. Describe the `bug` or `feature` Some drag/drop libraries allow the definition of a "snap grid", such that items that are dropped (or dragged) will align to the grid. Snapping is often configurable by which side of the element should align with the grid (or all sides). (See the "Snapping" section here: https://interactjs.io/.) I know this library has a "snapping" feature, but it doesn't seem configurable to a repeatable "grid" within an element, which is the feature I'm interested in.