awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesGrid Element Relocation

Logic for moving a UI element to a specific coordinate while managing surrounding collisions.

Distinguishing note: Existing candidates refer to binary relocation or physical moving, not UI element coordinate updates.

Explore 2 awesome GitHub repositories matching user interface & experience · Grid Element Relocation. Refine with filters or upvote what's useful.

Awesome Grid Element Relocation GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • desandro/masonrydesandro 的头像

    desandro/masonry

    16,709在 GitHub 上查看↗

    Masonry is a JavaScript library for arranging elements of varying heights into a grid without vertical gaps. It serves as a DOM element positioner and dynamic layout manager that calculates and applies absolute coordinates to HTML elements based on available vertical space. The system functions as a responsive grid engine using percentage-based widths to maintain consistent structures across different screen sizes. It includes capabilities to recalculate grid positions after images load or browser windows resize to prevent element overlap. The library covers grid management and positioning,

    Defines which child elements act as grid items and specifies elements that occupy space outside the flow.

    HTML
    在 GitHub 上查看↗16,709
  • gridstack/gridstack.jsgridstack 的头像

    gridstack/gridstack.js

    8,972在 GitHub 上查看↗

    gridstack.js is a JavaScript grid layout library and responsive dashboard framework used to create interactive interfaces with draggable and resizable elements. It functions as a drag-and-drop layout manager and a JSON-serializable layout engine, allowing user-defined interface states to be persisted and restored. The library distinguishes itself through a touch-enabled grid interface and a responsive system that automatically adjusts item placement based on screen breakpoints. It features a collision-based layout engine that manages overlapping coordinates to shift or swap elements, alongsid

    Provides a mechanism to relocate layout items to specific positions while adjusting dimensions and collisions.

    TypeScriptangulardashboardgrid
    在 GitHub 上查看↗8,972
  1. Home
  2. User Interface & Experience
  3. Grid Element Relocation

探索子标签

  • Grid Item DefinitionsSpecifying which elements participate in the grid flow and which are excluded or static. **Distinct from Grid Element Relocation:** Focuses on identifying grid members rather than relocating elements or filtering drag-and-drop targets.