awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

11 Repos

Awesome GitHub RepositoriesFixed Position Components

UI components that render content at fixed positions using portals.

Distinguishing note: Focuses on the fixed-positioning capability rather than general layout.

Explore 11 awesome GitHub repositories matching user interface & experience · Fixed Position Components. Refine with filters or upvote what's useful.

Awesome Fixed Position Components GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • mantinedev/mantineAvatar von mantinedev

    mantinedev/mantine

    31,263Auf GitHub ansehen↗

    Mantine is a comprehensive component library for building accessible and responsive web applications. It provides a foundational set of UI elements and layout primitives, anchored by a base component that supports consistent styling, spacing, and layout properties across the entire interface. The library is built on a design-driven theme engine that uses a provider-based system to propagate global design tokens and color schemes throughout an application. The library distinguishes itself through a robust architecture that emphasizes component composition and reusable interaction logic. It uti

    Renders children inside a portal at a fixed position relative to the viewport.

    TypeScriptdark-modedark-themehooks
    Auf GitHub ansehen↗31,263
  • scwang90/smartrefreshlayoutAvatar von scwang90

    scwang90/SmartRefreshLayout

    25,141Auf GitHub ansehen↗

    SmartRefreshLayout is a pull-to-refresh framework and gesture interaction library for Android. It provides a scroll view wrapper that integrates interactive refresh headers and loading footers into mobile user interfaces, coordinating synchronized scrolling and touch events. The project features a pluggable architecture for custom refresh indicators and secondary refresh mechanisms. It utilizes damping-based gesture translation and overscroll rebound mechanisms to manage the tactile feel of drag resistance and physics-based animations. The library covers a broad range of interaction logic, i

    Allows for non-scrolling header elements that remain stationary while the underlying list content moves.

    Javaandroidandroid-uifooter
    Auf GitHub ansehen↗25,141
  • greensock/gsapAvatar von greensock

    greensock/GSAP

    23,877Auf GitHub ansehen↗

    GSAP is a comprehensive JavaScript animation library designed for orchestrating complex motion sequences and interactive user interfaces. It provides a robust property-interpolation engine that calculates intermediate values for CSS styles, attributes, and numeric properties, enabling smooth visual transitions across web elements. The framework is built on a core architecture that manages animation lifecycles, timeline-based sequence orchestration, and virtual property interception to ensure precise control over motion. The library distinguishes itself through a modular, plugin-based extensib

    Provides utilities for transitioning object coordinates and managing absolute positioning during animation sequences.

    JavaScriptanimationgsapjavascript
    Auf GitHub ansehen↗23,877
  • react-grid-layout/react-grid-layoutAvatar von react-grid-layout

    react-grid-layout/react-grid-layout

    22,319Auf GitHub ansehen↗

    React Grid Layout is a toolkit for building draggable, resizable, and responsive dashboard interfaces. It functions as a coordinate-based grid system that reconciles component positions and dimensions through declarative metadata, allowing developers to manage complex collections of UI elements that users can interact with directly. The library distinguishes itself through an automated packing algorithm that maintains structural integrity by shifting elements to fill gaps and resolving overlaps. It supports responsive design by monitoring container width changes against pre-defined breakpoint

    Supports fixing specific elements in place while allowing other interactive elements to reposition around them.

    TypeScriptdrag-and-dropes2015grid
    Auf GitHub ansehen↗22,319
  • atomiks/tippyjsAvatar von atomiks

    atomiks/tippyjs

    12,270Auf GitHub ansehen↗

    Tippy.js is a JavaScript tooltip library and interactive popup framework used to create tooltips, popovers, and dropdowns. It functions as a floating UI component toolkit that renders content relative to a reference element with support for automatic positioning, flip-positioning, and offsets. The library acts as an accessible overlay manager, using ARIA attributes and focus management to ensure screen reader compatibility. It also serves as a CSS animation tool, providing utilities for transitions, spring physics, and themes to manage the visual entry and exit of floating interface elements.

    Continuously updates tooltip positions to track reference elements that are animating or changing layout.

    JavaScriptcomboboxdropdownmenu
    Auf GitHub ansehen↗12,270
  • px4/px4-autopilotAvatar von PX4

    PX4/PX4-Autopilot

    11,962Auf GitHub ansehen↗

    PX4-Autopilot is a professional-grade flight control software stack designed for autonomous unmanned vehicles, including multicopters, fixed-wing aircraft, and vertical takeoff and landing platforms. It operates as a modular, real-time framework that decouples flight control logic from hardware drivers through a publish-subscribe middleware architecture. The system utilizes a deterministic microkernel runtime to execute time-critical flight control loops and sensor fusion tasks, ensuring stable navigation and vehicle operation. The platform distinguishes itself through a parameter-driven conf

    Maintains a fixed GPS location and altitude by circling or flying figure-eight patterns automatically without requiring manual pilot input.

    C++autonomousautopilotavoidance
    Auf GitHub ansehen↗11,962
  • alibaba/vlayoutAvatar von alibaba

    alibaba/vlayout

    10,740Auf GitHub ansehen↗

    vlayout is an Android RecyclerView extension framework that uses pluggable layout helpers to mix grid, list, sticky, staggered, and fixed layouts within a single scrollable view. It provides a modular layout delegation system where each section of the RecyclerView is assigned a dedicated layout helper that manages its own measurement, placement, and decoration, enabling complex heterogeneous content displays. The framework extends RecyclerView's LayoutManager to delegate layout logic to these modular helper components, supporting features like sticky headers that remain visible at the top dur

    Positions child views at fixed screen locations during scrolling, with options for dragging or delayed appearance.

    Javaandroidlayoutlayout-manager
    Auf GitHub ansehen↗10,740
  • adamschwartz/magic-of-cssAvatar von adamschwartz

    adamschwartz/magic-of-css

    6,684Auf GitHub ansehen↗

    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 fixed positioning to keep elements in place during scrolling.

    CSScssdesignexamples
    Auf GitHub ansehen↗6,684
  • basscss/basscssAvatar von basscss

    basscss/basscss

    5,892Auf GitHub ansehen↗

    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 fixed positioning of elements relative to the viewport.

    CSS
    Auf GitHub ansehen↗5,892
  • creativetimofficial/material-tailwindAvatar von creativetimofficial

    creativetimofficial/material-tailwind

    4,359Auf GitHub ansehen↗

    Material Tailwind ist ein responsives Web-UI-Framework und eine Komponentenbibliothek, die mit Tailwind CSS erstellt wurde. Es bietet ein anpassbares Designsystem, das Material-Design-Prinzipien für Webanwendungen implementiert. Das Projekt konzentriert sich auf ein anpassbares Designsystem, das eine zentrale Themenkonfiguration und utility-basiertes Styling ermöglicht, um die visuelle Konsistenz über Schnittstellen hinweg aufrechtzuerhalten. Die Bibliothek enthält eine breite Palette wiederverwendbarer Schnittstellenelemente, die Layoutstrukturen, Navigationssysteme und Overlay-Komponenten abdecken. Sie bietet spezialisierte Tools für die Konstruktion von Webformularen, Dateneingabesteuerelemente und visuelle Statusindikatoren.

    Implements components that can be pinned to fixed positions on the screen, such as sticky headers.

    TypeScriptjavascriptmaterialmaterial-design
    Auf GitHub ansehen↗4,359
  • lcodecorex/twinklingrefreshlayoutAvatar von lcodecorex

    lcodecorex/TwinklingRefreshLayout

    3,984Auf GitHub ansehen↗

    TwinklingRefreshLayout ist ein Pull-to-Refresh-Layout für Android, das einen scrollbaren Container zur Implementierung von Refresh- und Load-More-Funktionalitäten bereitstellt. Es fungiert als View-Wrapper für Komponenten wie RecyclerView, ScrollView und WebView, um konsistente Refresh- und Ladeverhalten über verschiedene scrollbare Views hinweg sicherzustellen. Das Projekt zeichnet sich durch eine Overscroll-Rebound-Komponente aus, die eine elastische Sprunganimation erzeugt, wenn Benutzer über Layout-Grenzen hinaus scrollen. Es enthält ein System für benutzerdefinierte Refresh-Indikatoren, das es Header- und Footer-Views ermöglicht, ihre visuellen Zustände basierend auf dem Scroll-Fortschritt des Benutzers zu animieren. Das Layout deckt zudem eine Reihe interaktiver Scroll-Effekte ab, einschließlich Pull-to-Load-Triggern am unteren Ende einer Liste und fester Header-Positionierung, um spezifische Views während des Scrollens stationär zu halten.

    Provides fixed position components that keep specific headers stationary while the content scrolls.

    Java
    Auf GitHub ansehen↗3,984
  1. Home
  2. User Interface & Experience
  3. Fixed Position Components

Unter-Tags erkunden

  • Autonomous Loitering ControllersLogic for maintaining fixed GPS location and altitude automatically without manual pilot input. **Distinct from Fixed Position Components:** Distinct from fixed position UI components: focuses on autonomous vehicle navigation and loitering rather than UI element positioning.
  • Position Animators1 Sub-TagUtilities for transitioning object coordinates over time using callback-based updates. **Distinct from Fixed Position Components:** Distinct from fixed position components: focuses on the animation of movement rather than static positioning.