awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

6 repositorios

Awesome GitHub RepositoriesResponsive Front-End Frameworks

Collections of CSS and JavaScript tools specifically for building websites that adapt to different screen sizes.

Distinct from Front End Frameworks: Existing candidates are either too general (Front End) or focused on alternative front-ends, not responsive framework toolkits.

Explore 6 awesome GitHub repositories matching web development · Responsive Front-End Frameworks. Refine with filters or upvote what's useful.

Awesome Responsive Front-End Frameworks GitHub Repositories

Encuentra los mejores repositorios con IA.Buscaremos los repositorios que mejor coincidan usando IA.
  • foundation/foundation-sitesAvatar de foundation

    foundation/foundation-sites

    29,778Ver en GitHub↗

    Foundation Sites is a responsive front-end framework providing a collection of CSS and JavaScript tools to build websites that automatically adapt to different screen sizes and devices. It functions as a responsive design library and cross-browser UI toolkit, offering a grid layout system and pre-styled interface components to ensure consistent rendering across modern web browsers. The framework enables rapid front-end UI prototyping and the integration of interactive components through a scripting interface that manages the lifecycle of UI plugins. It supports custom CSS framework management

    Functions as a comprehensive collection of CSS and JavaScript tools for building automatically adaptive websites.

    HTML
    Ver en GitHub↗29,778
  • uikit/uikitAvatar de uikit

    uikit/uikit

    18,534Ver en GitHub↗

    UIkit is a CSS front-end framework and accessible UI component library designed for building responsive web interfaces. It provides a comprehensive set of styling classes and modular components alongside a JavaScript interaction toolkit for managing behavioral elements. The framework includes native support for internationalized web interfaces, featuring multi-locale text translation and right-to-left layout directions. It employs a responsive layout engine that uses flexible grids, adaptive breakpoints, and container widths to align content across different screen sizes. The toolkit covers

    Provides a collection of styling classes and modular components for building websites that adapt to different screen sizes.

    HTML
    Ver en GitHub↗18,534
  • olton/metrouiAvatar de olton

    olton/metroui

    7,077Ver en GitHub↗

    Metro UI is a progressive front-end framework for building reactive single-page applications with a Metro-style design language. It provides a component-based UI library with over 150 prebuilt interface elements, a reactive state model that automatically updates the DOM when application data changes, and a responsive grid layout system for mobile-first web development. The framework uses an HTML-first approach where interactive interfaces are assembled by adding custom HTML attributes to elements, eliminating the need for manual JavaScript glue code. It includes a hash-based SPA router for na

    Provides an HTML-first framework for building reactive single-page applications with declarative attributes.

    JavaScriptbootstrapbootstrap-replacementcomponent-library
    Ver en GitHub↗7,077
  • vanjs-org/vanAvatar de vanjs-org

    vanjs-org/van

    4,390Ver en GitHub↗

    Van es un framework de UI reactivo en JavaScript diseñado para construir interfaces de usuario con enlace de estado y actualizaciones automáticas del DOM sin un DOM virtual. Funciona como un framework frontend sin compilación (buildless), permitiendo la creación de aplicaciones reactivas utilizando funciones estándar de JavaScript que se ejecutan directamente en el navegador sin un paso de compilación. El framework incluye un gestor de estado reactivo que utiliza objetos basados en proxy para rastrear dependencias y activar actualizaciones de UI dirigidas. Proporciona una herramienta de renderizado del lado del servidor para generar HTML estático y un proceso de hidratación del lado del cliente correspondiente para adjuntar interactividad. Para aplicaciones de múltiples vistas, incluye un router del lado del cliente para gestionar la navegación y las transiciones de estado. El proyecto cubre una amplia gama de capacidades, incluyendo composición declarativa del DOM, enlace de estado a propiedad y renderizado de listas reactivas. Soporta gestión de estado avanzada a través de objetos de estado derivados, actualizaciones por lotes y serialización de estado. Adicionalmente, el framework soporta la generación de elementos SVG y MathML. El entorno de desarrollo soporta verificación de tipos estática y autocompletado a través de la integración con TypeScript.

    Provides a process for transforming standard HTML or Markdown snippets into reactive components.

    JavaScriptdata-bindingdomdom-manipulation
    Ver en GitHub↗4,390
  • fomantic/fomantic-uiAvatar de fomantic

    fomantic/fomantic-ui

    3,759Ver en GitHub↗

    Fomantic-UI is a component-based CSS library and frontend design system used to build consistent, responsive user interfaces. It functions as a CSS framework and responsive UI toolkit, providing a structured approach to managing typography, color palettes, and spacing. The project enables the development of custom UI components and the implementation of unified design systems across web applications. It provides a variable-driven theme compilation process to customize visual styles and a build-time system to compile selected components into production CSS bundles. The toolkit covers a broad

    Provides a collection of CSS and JavaScript tools for building websites that adapt to different screen sizes.

    JavaScript
    Ver en GitHub↗3,759
  • franken-ui/uiAvatar de franken-ui

    franken-ui/ui

    2,587Ver en GitHub↗

    This project is a design system toolkit and component library that provides a framework-agnostic approach to building web interfaces. It centers on an HTML-first development model, utilizing standard markup and utility-based CSS classes to construct consistent, responsive layouts. The library is built upon the UIkit 3 framework, allowing for the integration of pre-styled interface elements while maintaining control over the underlying markup structure. It further extends these capabilities through web component encapsulation, using custom elements to provide modular and isolated interface log

    Prioritizes standard HTML markup and utility classes to create accessible and responsive web interfaces.

    TypeScriptcomponentcssdesign-system
    Ver en GitHub↗2,587
  1. Home
  2. Web Development
  3. Responsive Front-End Frameworks

Explorar subetiquetas

  • HTML-First Reactive Frameworks2 sub-etiquetasFrameworks that use declarative HTML attributes and automatic state-driven DOM updates for building single-page applications. **Distinct from Responsive Front-End Frameworks:** Distinct from Responsive Front-End Frameworks: focuses on the HTML-first declarative paradigm and reactive state management, not just responsive layout.