awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

7 repository-uri

Awesome GitHub RepositoriesAbsolute Positioning

Calculating precise X and Y coordinates for elements to eliminate vertical gaps in layouts.

Distinct from Absolute Positioning: Focuses on the gap-filling coordinate calculation for varied height elements, distinct from general layout properties or virtualization offsets

Explore 7 awesome GitHub repositories matching user interface & experience · Absolute Positioning. Refine with filters or upvote what's useful.

Awesome Absolute Positioning GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • desandro/masonryAvatar desandro

    desandro/masonry

    16,709Vezi pe 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,

    Implements precise X and Y coordinate calculations to eliminate vertical gaps between elements of varying heights.

    HTML
    Vezi pe GitHub↗16,709
  • questpdf/questpdfAvatar QuestPDF

    QuestPDF/QuestPDF

    14,088Vezi pe GitHub↗

    QuestPDF is a C# PDF generation library and layout engine used to create structured documents, reports, and invoices. It utilizes a fluent API and a component-based layout approach to convert code into high-fidelity PDF and XPS files. The library distinguishes itself with a dedicated layout debugger that provides real-time previews, hot-reload capabilities, and visual boundary tools to map rendered elements back to source code. It also functions as an accessibility tool, providing semantic tagging and navigational aids to ensure documents comply with international accessibility and archival s

    Shifts elements relative to their original position without affecting the overall layout flow.

    C#c-sharpdotnet-coreexport
    Vezi pe GitHub↗14,088
  • metafizzy/isotopeM

    metafizzy/isotope

    11,102Vezi pe GitHub↗

    Isotope is a JavaScript grid layout library used to create filterable and sortable grids with automatic element positioning in the browser. It functions as a layout engine that calculates absolute coordinates for elements to maintain a dense grid regardless of individual item dimensions. The library features a masonry layout engine that arranges items of varying heights into a compact grid to eliminate vertical gaps. It includes a coordinate-based layout animator for smooth transitions during layout shifts and a CSS selector filtering tool to show or hide elements without reloading the page.

    Calculates precise X and Y coordinates to eliminate vertical gaps for elements of varying heights.

    HTML
    Vezi pe GitHub↗11,102
  • wix/react-native-ui-libAvatar wix

    wix/react-native-ui-lib

    7,139Vezi pe GitHub↗

    This project is a React Native UI library and mobile component framework designed for building consistent, themed mobile applications. It provides a collection of reusable user interface components and layout tools, functioning as a cross-platform design system to maintain visual uniformity across different mobile platforms. The toolkit distinguishes itself through a themed UI approach, utilizing global design foundations for typography, color palettes, and spacing. It allows for dynamic theme configuration and the use of style presets to ensure standardized branding across an entire project.

    Provides absolute positioning capabilities to place components at exact screen coordinates.

    TypeScriptandroidcomponentshacktoberfest
    Vezi pe GitHub↗7,139
  • biaochenxuying/blogAvatar biaochenxuying

    biaochenxuying/blog

    4,774Vezi pe GitHub↗

    This project is a frontend development blog and technical knowledge base. It serves as a software engineering reference and web development portfolio, providing a curated collection of articles and notes on front-end engineering, programming patterns, and computer science fundamentals. The site focuses on frontend engineering education and technical knowledge management. It covers software architecture patterns, web development workflows, and engineering interview preparation through the organization of technical guides and tutorials. The project's scope includes the documentation of browser

    Provides guides on using absolute positioning to optimize browser rendering and prevent expensive layout reflows.

    HTMLalgorithmselement-uiexpress
    Vezi pe GitHub↗4,774
  • metafizzy/packeryAvatar metafizzy

    metafizzy/packery

    4,317Vezi pe GitHub↗

    Packery is a JavaScript bin-packing grid layout engine and DOM element positioning library. It arranges elements of varying sizes into a gapless, compact grid by calculating and applying absolute coordinates to HTML elements to prevent overlapping. The library enables the creation of draggable grid interfaces, allowing users to rearrange elements via drag-and-drop while the system automatically reflows the remaining items. It maintains stable, responsive layouts across different screen dimensions by using a percentage-based positioning system and responding to window resize events. The tool

    Implements absolute coordinate calculations to position elements and eliminate gaps in a bin-packed grid.

    JavaScript
    Vezi pe GitHub↗4,317
  • ksylvest/jquery-gridlyAvatar ksylvest

    ksylvest/jquery-gridly

    852Vezi pe GitHub↗

    This project is a jQuery plugin designed for creating responsive grid interfaces that support interactive drag-and-drop reordering and manual resizing of elements. It provides a framework for managing structured layouts where content can be organized into a grid system that automatically adjusts to maintain visual alignment. The library enables users to customize dashboards by rearranging and scaling widgets through mouse-based interactions. It utilizes a coordinate-based system to detect collisions and ensure that elements snap into valid slots, while providing callback functions to monitor

    Positions grid items using absolute coordinates within a container to enable fluid movement and precise layout placement.

    CoffeeScriptjquery
    Vezi pe GitHub↗852
  1. Home
  2. User Interface & Experience
  3. Layout & Positioning
  4. Absolute Positioning

Explorează sub-etichetele

  • Rendering OptimizationsTechniques to minimize browser reflows and repaints through strategic element positioning. **Distinct from Absolute Positioning:** Focuses on performance and rendering efficiency rather than just coordinate calculation for gap filling.