awesome-repositories.com
المدونة
MCP
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعخادم MCPحولكيفية ترتيب النتائجالصحافة
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 مستودعات

Awesome GitHub RepositoriesCSS-Driven Layout Containers

Containers that position and align components using flow or flexbox layouts controlled by CSS display properties.

Distinct from Component Layout Containers: Distinct from general Component Layout Containers: specifically uses CSS display properties for flow and flexbox layouts.

Explore 6 awesome GitHub repositories matching user interface & experience · CSS-Driven Layout Containers. Refine with filters or upvote what's useful.

Awesome CSS-Driven Layout Containers GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • coolwanglu/pdf2htmlexالصورة الرمزية لـ coolwanglu

    coolwanglu/pdf2htmlEX

    10,603عرض على GitHub↗

    pdf2htmlEX is a tool that converts PDF documents into HTML while preserving the original text, fonts, and layout. It uses CSS positioning and font embedding to replicate the PDF's appearance in a browser, producing output that works without JavaScript. The tool can generate a single self-contained HTML file with all resources embedded, or split the document into separate HTML files per page for individual loading and navigation. The converter offers extensive control over the output, including the ability to embed fonts directly into the HTML using base64-encoded Data URIs, or keep them as se

    Provides CSS-based layout replication to preserve exact PDF page geometry in HTML output.

    HTML
    عرض على GitHub↗10,603
  • nathancahill/splitالصورة الرمزية لـ nathancahill

    nathancahill/split

    6,278عرض على GitHub↗

    Unopinionated utilities for resizeable split views

    Provides CSS-driven panel resizing that computes dimensions during drag and applies them via inline styles.

    JavaScriptcssflexboxsplit
    عرض على GitHub↗6,278
  • imakewebthings/deck.jsالصورة الرمزية لـ imakewebthings

    imakewebthings/deck.js

    5,422عرض على GitHub↗

    deck.js هو إطار عمل لعروض HTML التقديمية ومولد شرائح يُستخدم لإنشاء عروض شرائح رقمية مهيكلة. يحول تقنيات الويب وعناصر HTML القياسية إلى تنسيق عرض متسلسل للتسليم عبر المتصفح. يتضمن النظام أداة مساعدة مخصصة لتوليد نشرات عرض قابلة للطباعة، والتي تحول الشرائح الرقمية إلى تنسيق أبيض وأسود مبسط للتوزيع المادي.

    Utilizes CSS-driven layout containers to handle slide transitions and maintain visual consistency across different screen sizes.

    JavaScript
    عرض على GitHub↗5,422
  • lc-soft/lcuiالصورة الرمزية لـ lc-soft

    lc-soft/LCUI

    4,300عرض على GitHub↗

    LCUI is a component-based, cross-platform UI toolkit for building desktop applications using C, TypeScript, and JSX. It provides a declarative UI compiler that transforms JSX and TypeScript markup into native C code, enabling developers to construct interfaces without a browser runtime. The library includes a CSS styling engine that applies standard CSS rules to layout and style native desktop components, and supports component composition with state management and event binding. The toolkit distinguishes itself by combining web development patterns with native desktop rendering, allowing dev

    Positions and aligns components using flow or flexbox layouts controlled by CSS display properties.

    Cccross-platform-guigui-framework
    عرض على GitHub↗4,300
  • sehmaschine/django-grappelliالصورة الرمزية لـ sehmaschine

    sehmaschine/django-grappelli

    3,933عرض على GitHub↗

    django-grappelli is a visual and functional framework for the administration interface, providing a grid-based theme, UI kit, and a customizable landing page dashboard. It replaces the default administration interface with a structured layout designed to organize model forms and changelists. The project distinguishes itself through specific interface enhancements, such as autocomplete lookups for relational fields, rich text editor integration, and the ability to drag-and-drop reorder inline model rows. It also includes a context-switching mechanism that allows administrators to impersonate o

    Uses CSS classes to control the visibility of fieldsets and containers for collapsible content.

    HTML
    عرض على GitHub↗3,933
  • excid3/tailwindcss-stimulus-componentsالصورة الرمزية لـ excid3

    excid3/tailwindcss-stimulus-components

    1,516عرض على GitHub↗

    This project is a collection of pre-built, reusable interface components designed for web applications that utilize StimulusJS and TailwindCSS. It functions as a frontend interaction framework, providing a set of standard UI elements that manage state and user behavior through declarative controller patterns. The library distinguishes itself by integrating utility-first styling with accessible component authoring. It leverages HTML attributes to bind JavaScript logic directly to DOM elements, enabling developers to implement complex interactions like modals, dropdowns, and tabbed content with

    Toggles the visibility of page content by dynamically applying CSS classes based on user interaction.

    JavaScripthacktoberfeststimulusjstailwindcss
    عرض على GitHub↗1,516
  1. Home
  2. User Interface & Experience
  3. Layout Management
  4. Component Layout Containers
  5. CSS-Driven Layout Containers

استكشف الوسوم الفرعية

  • PDF Layout ReplicatorsUses CSS positioning, font embedding, and writing-mode properties to replicate PDF layout and text flow in the browser. **Distinct from CSS-Driven Layout Containers:** Distinct from CSS-Driven Layout Containers: focuses on replicating exact PDF page geometry rather than general web component layout.
  • Resizable Panel SizingComputes new panel dimensions during drag and applies them directly as CSS properties to avoid runtime layout recalculations. **Distinct from CSS-Driven Layout Containers:** Distinct from CSS-Driven Layout Containers: focuses on dynamic resizing of panels via CSS property updates, not static container positioning.
  • Visibility TogglesUI components that use CSS classes to hide or show content blocks. **Distinct from CSS-Driven Layout Containers:** Specifically handles the toggling of visibility (collapsing/expanding) rather than general layout positioning.