awesome-repositories.com
ब्लॉग
MCP
awesome-repositories.com

AI-संचालित खोज के साथ बेहतरीन ओपन-सोर्स रिपॉजिटरी खोजें।

एक्सप्लोर करेंक्यूरेटेड खोजेंओपन-सोर्स विकल्पसेल्फ-होस्टेड सॉफ्टवेयरब्लॉगसाइटमैप
प्रोजेक्टMCP सर्वरहमारे बारे मेंहम रैंकिंग कैसे करते हैंप्रेस
कानूनीगोपनीयताशर्तें
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

20 रिपॉजिटरी

Awesome GitHub RepositoriesAbsolute Positioning

Techniques for placing elements at precise pixel coordinates to simulate long scrollable containers.

Distinct from Element Positioning: Focuses specifically on the absolute pixel-offset strategy used in virtualization, rather than general coordinate updates.

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

Awesome Absolute Positioning GitHub Repositories

AI के साथ बेहतरीन रिपॉजिटरी खोजें।हम AI का उपयोग करके सबसे सटीक रिपॉजिटरी खोजेंगे।
  • bvaughn/react-virtualizedbvaughn का अवतार

    bvaughn/react-virtualized

    27,072GitHub पर देखें↗

    react-virtualized is a library of components for rendering massive lists and tables by drawing only the elements visible in the viewport. It provides specialized layout managers including a windowed grid component and a dynamic height list manager. The project includes a masonry layout engine for packing items of varying heights and widths, as well as an infinite scroll interface for incrementally fetching and appending data. The library covers a broad range of virtualization capabilities, including frozen grid elements, reverse list rendering, and synchronized viewport scrolling. It also su

    Implements absolute positioning of visible elements to simulate a full-length scrollable list.

    JavaScriptgridlistlistview
    GitHub पर देखें↗27,072
  • strml/react-grid-layoutSTRML का अवतार

    STRML/react-grid-layout

    22,320GitHub पर देखें↗

    React Grid Layout is a draggable and resizable grid system for React that organizes components into a coordinate-based layout. It functions as a responsive layout manager and a serialized grid state engine, providing the tools necessary to create user-customizable workspaces where interface elements can be moved and resized. The system distinguishes itself through breakpoint-driven layout mapping, which adjusts grid configurations based on container width. It utilizes a serialized state model to convert spatial positions and dimensions into data formats for saving and restoring user layouts,

    Uses absolute coordinates and CSS transforms to place grid elements precisely within a virtual unit system.

    TypeScript
    GitHub पर देखें↗22,320
  • katex/katexKaTeX का अवतार

    KaTeX/KaTeX

    20,177GitHub पर देखें↗

    KaTeX is a typesetting library and web math renderer that transforms TeX and LaTeX mathematical notation into high-quality HTML and CSS for web browsers. It functions as a math notation parser and LaTeX to HTML converter, capable of operating as both a client-side library and a server-side math renderer to generate static HTML expressions. The project supports a wide range of specialized mathematical rendering, including chemical equation rendering, Bra-ket notation for quantum mechanics, and mathematical logic typesetting. It provides comprehensive controls for structural layouts such as mat

    Uses precise pixel offsets and absolute coordinates to place mathematical glyphs and symbols.

    TypeScriptjavascriptkatexlatex
    GitHub पर देखें↗20,177
  • ustbhuangyi/better-scrollustbhuangyi का अवतार

    ustbhuangyi/better-scroll

    16,489GitHub पर देखें↗

    Better-scroll is a JavaScript scroll library and touch interaction engine designed to create high-performance scrollable areas in web browsers. It functions as a modular UI component framework that provides the foundation for building complex scrollable elements. The library is distinguished by a plugin-based architecture that allows the injection of custom methods and event hooks. This system enables the creation of specialized interface components such as carousel sliders, scrollable picker inputs, and draggable element systems. The project covers a wide range of mobile web interaction pat

    Implements scrolling by translating content using absolute pixel-offset strategies within a fixed viewport.

    TypeScriptbetter-performanceiosiscroll
    GitHub पर देखें↗16,489
  • facebookarchive/asyncdisplaykitfacebookarchive का अवतार

    facebookarchive/AsyncDisplayKit

    13,345GitHub पर देखें↗

    AsyncDisplayKit is an asynchronous UI framework and performance library for iOS. It provides a collection of performant alternatives to standard views, allowing developers to build responsive interfaces by offloading layout and rendering tasks to background threads. The framework is centered around a declarative layout engine based on a flexbox model, which calculates element positions and sizes asynchronously. It utilizes a node-based abstraction to wrap native views, enabling the instantiation and configuration of UI hierarchies on background threads to prevent main thread blocking. The sy

    Allows precise placement of elements using exact X and Y coordinates within a layout.

    Objective-C++
    GitHub पर देखें↗13,345
  • akiran/react-slickakiran का अवतार

    akiran/react-slick

    11,924GitHub पर देखें↗

    react-slick is a React carousel component and responsive slider library. It provides a reusable user interface element for displaying a sequence of items in a horizontal scroll, supporting infinite looping, navigation dots, and adjustable transition speeds. The library enables the creation of touch-enabled image and content sliders that adapt to different screen sizes. It is used to build interactive content carousels, responsive image sliders, and rotating banners for product showcases.

    Implements absolute positioning of slide elements to create a linear track for hardware-accelerated transitions.

    JavaScript
    GitHub पर देखें↗11,924
  • metafizzy/flickitymetafizzy का अवतार

    metafizzy/flickity

    7,576GitHub पर देखें↗

    Flickity is a JavaScript library used to create responsive, touch-enabled content carousels and sliders for web pages. It provides a system for building flickable galleries that allow users to navigate through collections of elements using touch or mouse input. The library specializes in performance and movement, featuring lazy-loading for images that defers loading off-screen content until it enters the viewport. It supports infinite scrolling loops that wrap back to the first cell after the last is reached, as well as automated slide transitions for slideshow experiences. The toolset inclu

    Implements absolute pixel-offset positioning to manage precise horizontal and vertical placement of carousel cells.

    JavaScript
    GitHub पर देखें↗7,576
  • nexts/clusterize.jsNeXTs का अवतार

    NeXTs/Clusterize.js

    7,273GitHub पर देखें↗

    Clusterize.js is a vanilla JavaScript virtual list library and DOM virtualization tool. It enables the display of massive data sets by rendering only the subset of rows currently visible within the user viewport. The plugin operates as a lightweight frontend component without external dependencies or framework requirements. It reduces browser memory usage and DOM load by swapping the content of existing elements rather than rendering thousands of nodes simultaneously. The library focuses on frontend performance optimization and large dataset visualization. It maintains a native scrolling exp

    Implements absolute positioning to precisely place data rows within the viewport based on their calculated indices.

    JavaScript
    GitHub पर देखें↗7,273
  • adamschwartz/magic-of-cssadamschwartz का अवतार

    adamschwartz/magic-of-css

    6,684GitHub पर देखें↗

    Magic of CSS is a structured tutorial series that teaches web developers advanced CSS layout, typography, and animation techniques through hands-on examples. The course covers the full spectrum of CSS capabilities, from foundational box model and positioning concepts to sophisticated animation and interactive state management, all without relying on JavaScript. The series distinguishes itself by teaching practical, real-world CSS patterns such as inline-block justified grids, percentage-based absolute positioning, table-display vertical centering, and letter-span styling techniques. It demons

    Teaches absolute positioning to remove elements from normal document flow.

    CSScssdesignexamples
    GitHub पर देखें↗6,684
  • basscss/basscssbasscss का अवतार

    basscss/basscss

    5,892GitHub पर देखें↗

    Basscss is a lightweight CSS utility toolkit built on an atomic, single-purpose class architecture. Each class performs exactly one visual function, enabling immutable, side-effect-free styling where no class ever overrides or conflicts with another. The system provides a predefined spacing scale, responsive breakpoint prefixes for conditional styling across device widths, and accessible visibility control that keeps content programmatically available to assistive technologies. The framework distinguishes itself through a float-based grid system that constructs layouts using floated percentag

    Provides utility classes for absolute positioning of elements relative to their nearest positioned ancestor.

    CSS
    GitHub पर देखें↗5,892
  • harfbuzz/harfbuzzharfbuzz का अवतार

    harfbuzz/harfbuzz

    5,800GitHub पर देखें↗

    HarfBuzz is a text shaping engine that converts Unicode text into correctly positioned glyphs for any writing system. It processes OpenType layout features, substitution rules, and positioning tables to produce shaped glyph sequences from font data, and also handles Apple Advanced Typography font tables. The library provides a stable C API that abstracts over platform-specific font access and rendering backends, and includes a font table caching layer to avoid redundant parsing during repeated shaping operations. The project implements script-specific shaping logic for complex writing systems

    Provides a debug visualization that cycles through animation states of shaped text to inspect glyph placement.

    C++
    GitHub पर देखें↗5,800
  • pattle/simpsons-in-csspattle का अवतार

    pattle/simpsons-in-css

    4,591GitHub पर देखें↗

    यह प्रोजेक्ट एक CSS आर्ट गैलरी और फ्रंट एंड डिज़ाइन प्रयोग है जिसमें पूरी तरह से HTML और CSS के साथ रेंडर किए गए कैरेक्टर पोर्ट्रेट शामिल हैं। यह शुद्ध CSS इलस्ट्रेशन और वेक्टर आर्ट के संग्रह के रूप में कार्य करता है, जो बाहरी इमेज फाइलों, SVG या Canvas का उपयोग किए बिना विस्तृत डिजिटल चित्र बनाता है। यह प्रोजेक्ट इन विज़ुअल्स को प्राप्त करने के लिए विभिन्न तकनीकी तरीकों का उपयोग करता है, जिसमें व्यक्तिगत पिक्सल का अनुकरण करने के लिए बॉक्स-शैडो पिक्सेल आर्ट और वेक्टर-स्टाइल ग्राफिक्स बनाने के लिए एब्सोल्यूट पोजिशनिंग के साथ लेयर्ड HTML तत्व शामिल हैं। यह विभिन्न पैमानों पर अनुपात बनाए रखने के लिए एक नेस्टेड घटक पदानुक्रम और एक सापेक्ष कोऑर्डिनेट सिस्टम का उपयोग करता है। कार्यान्वयन बॉर्डर-रेडियस और क्लिपिंग के माध्यम से आकार संरचना जैसी CSS क्षमताओं की एक श्रृंखला को कवर करता है, साथ ही सुसंगत रेंडरिंग के लिए कलर पैलेट को केंद्रीकृत करने के लिए CSS वेरिएबल्स का उपयोग करने वाली एक थीमिंग सिस्टम भी शामिल है।

    Uses percentage-based offsets to place visual elements, ensuring proportions are maintained across different viewing scales.

    CSS
    GitHub पर देखें↗4,591
  • tangbc/vue-virtual-scroll-listtangbc का अवतार

    tangbc/vue-virtual-scroll-list

    4,517GitHub पर देखें↗

    vue-virtual-scroll-list Vue एप्लिकेशन के लिए एक वर्चुअलाइज्ड लिस्ट इम्प्लीमेंटेशन है। यह एक कंपोनेंट प्रदान करता है जो उच्च प्रदर्शन बनाए रखने और सक्रिय DOM तत्वों की संख्या को सीमित करने के लिए एक बड़े डेटासेट के केवल दृश्यमान (visible) आइटम को रेंडर करता है। यह प्रोजेक्ट एक उच्च-प्रदर्शन लिस्ट रेंडरर और डायनेमिक व्यूपोर्ट मैनेजर के रूप में कार्य करता है। यह ब्राउज़र मेमोरी उपयोग या प्रदर्शन को खराब किए बिना हजारों डेटा प्रविष्टियों को प्रदर्शित करने के लिए रीयल-टाइम लिस्ट आयामों और स्क्रॉल ऑफसेट की गणना करता है। यह सिस्टम विशिष्ट आइटम इंडेक्स या पिक्सेल ऑफसेट पर नेविगेट करने के लिए प्रोग्रामेटिक स्क्रॉल कंट्रोल शामिल करता है। यह लेआउट स्पेसिंग को प्रबंधित करने के लिए लिस्ट आयामों, व्यूपोर्ट आकार और व्यक्तिगत आइटम मापों को क्वेरी करने के लिए उपयोगिताएँ भी प्रदान करता है।

    Implements absolute pixel-offset positioning to simulate a long scrollable container for virtualized list items.

    JavaScriptbig-datainfinite-scrollvirtual-list
    GitHub पर देखें↗4,517
  • metafizzy/packerymetafizzy का अवतार

    metafizzy/packery

    4,317GitHub पर देखें↗

    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

    Tracks item positions and dimensions as relative percentages to ensure layout stability during window resizing.

    JavaScript
    GitHub पर देखें↗4,317
  • qishaoxuan/css_tricksQiShaoXuan का अवतार

    QiShaoXuan/css_tricks

    4,103GitHub पर देखें↗

    यह प्रोजेक्ट CSS लेआउट, टाइपोग्राफी और विज़ुअल इफेक्ट्स को लागू करने के लिए रेफरेंस गाइड और रीयूज़ेबल पैटर्न का एक संग्रह है। यह वेब पेजों को स्ट्रक्चर करने और सामान्य यूज़र इंटरफ़ेस पैटर्न बनाने के लिए स्टाइल स्निपेट्स और इम्प्लीमेंटेशन गाइड की एक लाइब्रेरी के रूप में कार्य करता है। यह रिपॉजिटरी विज़ुअल इफेक्ट्स और UI कंपोनेंट पैटर्न के लिए विशेष गैलरी प्रदान करती है। इनमें ग्लासमोर्फिज्म (glassmorphism), जटिल ज्यामितीय आकृतियों और इंटरैक्टिव तत्वों जैसे कि एकॉर्डियन, टूलटिप्स और एनिमेटेड टैब इंडिकेटर्स बनाने की तकनीकें शामिल हैं। यह प्रोजेक्ट रिस्पॉन्सिव डिज़ाइन, फ्लेक्सिबल और ग्रिड-आधारित लेआउट सिस्टम और टाइपोग्राफी ऑप्टिमाइज़ेशन सहित फ्रंटएंड क्षमताओं की एक विस्तृत श्रृंखला को कवर करता है। इसमें इंटरैक्टिव मोशन इफेक्ट्स, कलर ब्लेंडिंग और इमेज फिल्टरिंग बनाने के लिए संसाधन भी शामिल हैं, जो सामान्य रेंडरिंग समस्याओं को हल करने और इंटरफ़ेस के सौंदर्य को बढ़ाने में मदद करते हैं।

    Provides techniques to prevent text wrapping and allow absolutely positioned elements to fit their content.

    CSScsscss3
    GitHub पर देखें↗4,103
  • rubensousa/viewpagercardsrubensousa का अवतार

    rubensousa/ViewPagerCards

    4,066GitHub पर देखें↗

    ViewPagerCards एक मोबाइल स्वाइप नेविगेशन कंपोनेंट और जेस्चर-आधारित व्यू पेजर है जिसका उपयोग क्षैतिज स्वाइप करने योग्य कार्ड लेआउट बनाने के लिए किया जाता है। यह उपयोगकर्ताओं को स्क्रीन के एक रैखिक अनुक्रम के माध्यम से मार्गदर्शन करने के लिए एक ऐप ऑनबोर्डिंग कैरोसेल और फीचर शोकेस इंटरफेस के रूप में कार्य करता है। यह कंपोनेंट एक विजुअल कार्ड-आधारित लेआउट लागू करता है जिसे उत्पाद क्षमताओं को प्रदर्शित करने के लिए डिज़ाइन किया गया है। यह मोबाइल एप्लिकेशन के भीतर इंटरैक्टिव फीचर शोकेस और प्रारंभिक ऑनबोर्डिंग अनुभवों के निर्माण को सक्षम बनाता है।

    Positions cards using linear offsets relative to the viewport width for smooth sliding animations.

    Javacardviewviewpager
    GitHub पर देखें↗4,066
  • vpenkov/okaynavVPenkov का अवतार

    VPenkov/okayNav

    3,985GitHub पर देखें↗

    okayNav is a JavaScript library for creating responsive navigation menus that automatically collapse into off-screen sidebars based on viewport width. It functions as a viewport-aware UI component that recalculates the distribution of visible and hidden navigation links as the browser window resizes. The framework distinguishes itself by providing a swipe-enabled system for opening and closing mobile menus using touch gestures with adjustable sensitivity. It also allows for programmatic control over the visibility of navigation drawers to trigger menus based on specific user actions.

    Hides the navigation menu by positioning it outside the visible viewport using CSS transforms.

    JavaScript
    GitHub पर देखें↗3,985
  • clauderic/react-tiny-virtual-listclauderic का अवतार

    clauderic/react-tiny-virtual-list

    2,488GitHub पर देखें↗

    React tiny virtual list is a zero-dependency component library that optimizes performance for extensive vertical and horizontal collections by rendering only the items currently visible in the viewport. It handles large datasets efficiently while supporting variable item dimensions and dynamic content updates at runtime. The component supports both horizontal and vertical scroll directions, absolute positioning layouts, and dynamic offset measurements computed via fixed numbers, size arrays, or callback functions. It also provides imperative methods to programmatically scroll or jump to speci

    Calculates precise absolute pixel offsets to position rendered list items within the scrollable viewport container.

    TypeScriptreactreact-componentvirtual-scroll
    GitHub पर देखें↗2,488
  • schrodinger/fixed-data-table-2schrodinger का अवतार

    schrodinger/fixed-data-table-2

    1,304GitHub पर देखें↗

    This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s

    Calculates precise pixel coordinates for table elements to manage complex scrolling and fixed header positioning.

    JavaScript
    GitHub पर देखें↗1,304
  • adtile/fixed-navadtile का अवतार

    adtile/fixed-nav

    931GitHub पर देखें↗

    Fixed-nav is a client-side JavaScript library for building responsive, touch-friendly navigation menus on single-page websites. It pins navigation bars to the screen viewport so control interfaces remain persistently accessible as users scroll through long content. The library automatically monitors scroll positions against document boundaries to highlight active section indicators in real time. When navigation links are selected, it animates viewport transitions to target sections using hardware-accelerated timing functions instead of abrupt jumps. Additional capabilities include dimming ba

    Pins navigation bars to the screen viewport so control interfaces remain persistently accessible while scrolling.

    JavaScript
    GitHub पर देखें↗931
  1. Home
  2. User Interface & Experience
  3. Element Positioning
  4. Absolute Positioning

सब-टैग एक्सप्लोर करें

  • Content-Fitting Absolute ElementsTechniques for allowing absolutely positioned elements to expand their width based on content without wrapping. **Distinct from Absolute Positioning:** Focuses on content-driven sizing of absolute elements rather than fixed coordinate placement.
  • Glyph Positioning1 सब-टैगPrecise placement of individual characters and symbols using pixel offsets. **Distinct from Absolute Positioning:** Focuses on the typographic positioning of mathematical glyphs rather than virtualization of scrollable containers.
  • Off-Screen Viewport PositioningTechniques for moving elements outside the visible browser window using absolute positioning and transforms. **Distinct from Absolute Positioning:** Distinct from Absolute Positioning: specifically focuses on hiding elements outside the viewport for side-menu patterns rather than precise layout coordinates.
  • Percentage-Based PositioningPositions child elements relative to parent edges using 100% offset values without fixed dimensions. **Distinct from Absolute Positioning:** Distinct from Absolute Positioning: focuses on percentage-based offsets rather than pixel coordinates for positioning.