awesome-repositories.com
Blog
MCP
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
·
ExactTarget avatar

ExactTarget/fueluxArchived

0
View on GitHub↗
5,139 Stars·988 Forks·JavaScript·BSD-3-Clause·7 Aufrufe

Fuelux

Fuelux ist ein JavaScript-UI-Framework und eine Frontend-Komponentenbibliothek für konsistente, einheitliche Benutzeroberflächen. Es bietet eine Sammlung leichtgewichtiger Controls und CSS-Erweiterungen, um visuelle und funktionale Konsistenz über verschiedene Web-Views hinweg zu gewährleisten.

Das Projekt verwendet eine modulare Frontend-Architektur, die Funktionalität in unabhängige JavaScript-Control-Module organisiert. Dieses Design hält das Framework leichtgewichtig und erweiterbar, während es das funktionale Verhalten von visuellen CSS-Definitionen entkoppelt.

Das Framework steuert die Interface-Entwicklung durch komponentenbasiertes State-Management und zustandsgesteuertes Rendering, wobei das Document Object Model direkt aktualisiert wird. Es nutzt ein System von Style-Erweiterungen, um standardisierte Themes und visuelle Präsentationen innerhalb der Anwendung bereitzustellen.

Features

  • Component-Based UI Libraries - Provides a library of reusable interface elements and APIs to accelerate component-driven UI construction.
  • UI Component Development - Provides a paradigm for building web interfaces using discrete JavaScript controls that manage their own state.
  • Component State Managers - Implements component-level state management to synchronize internal properties with the user interface.
  • State-Driven UI Rendering - Triggers automatic DOM updates based on changes to the internal state of JavaScript components.
  • Front-End Component Libraries - Ships a library of reusable interface elements to ensure consistency across different application views.
  • Interface Consistency Utilities - Ensures a uniform visual language and functional consistency across multiple application screens.
  • Vanilla DOM Controllers - Uses vanilla DOM controllers to generate interface elements without a heavy framework runtime.
  • Component Styling - Applies standardized styles and themes to custom interface elements for a uniform visual presentation.
  • CSS Base Styles - Establishes a foundational visual baseline using a shared set of CSS style extensions.
  • Unified UI Design Systems - Creates consistent user interface elements across a web application using a shared library of controls and CSS.
  • Direct DOM Manipulation - Updates the user interface by modifying the document object model directly via lightweight JavaScript.
  • JavaScript UI Frameworks - Provides a collection of lightweight JavaScript controls and CSS extensions for building unified user interfaces.
  • Frontend Architectures - Utilizes a high-level structural pattern of independent JavaScript modules to ensure extensibility.
  • Modular Architectures - Employs a modular architecture to split functionality into independent, extendable JavaScript modules.
  • UI Control Modules - Organizes UI functionality into independent modules to ensure the framework remains lightweight and extensible.
  • CSS Styling - Provides a set of CSS extensions to create a standardized look and feel across different web views.
  • Behavior-Style Decoupling - Isolates functional JavaScript behavior from visual CSS definitions to allow independent style updates.
  • Lightweight Frontend Frameworks - Implements a minimalist frontend framework to provide interactivity without heavy build dependencies.

Star-Verlauf

Star-Verlauf für exacttarget/fueluxStar-Verlauf für exacttarget/fuelux

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Fuelux

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Fuelux.
  • riot/riotAvatar von riot

    riot/riot

    14,921Auf GitHub ansehen↗

    Riot is a component-based library for building user interfaces through modular, single-file components. It functions as a framework for creating reusable elements that combine markup, logic, and scoped styles, which are then compiled into standard JavaScript functions for browser execution. The library distinguishes itself by utilizing direct rendering, which updates the document object model by tracking state changes without the overhead of a virtual representation. It supports server-side rendering and hydration to improve initial page load performance and search engine indexing. Developers

    JavaScriptclient-sidecustomelementcustomelements
    Auf GitHub ansehen↗14,921
  • choojs/chooAvatar von choojs

    choojs/choo

    6,767Auf GitHub ansehen↗

    Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an event-driven application core that decouples business logic from rendering and includes a client-side router to manage browser history and URL mapping without page reloads. The project distinguishes itself through an architecture that combines a server-side rendering engine for generating static HTML strings with a stateful UI component library. This allows for the creation of self-contained interface elements that maintain internal data and persist across global renders. The

    JavaScriptchoodominterface
    Auf GitHub ansehen↗6,767
  • bootflat/bootflat.github.ioAvatar von bootflat

    bootflat/bootflat.github.io

    4,217Auf GitHub ansehen↗

    Bootflat is a front-end component library and CSS framework extension that implements a flat-design aesthetic for web application styling. It provides a set of reusable interface elements and a mobile-first grid system to facilitate responsive web design. The project integrates design and development through a PSD-driven workflow, providing professional Photoshop component sets and curated color palettes for interface prototyping. Visual customization is handled via variable-based theme overrides for colors and fonts. The library covers a broad range of UI components, including form elements

    HTML
    Auf GitHub ansehen↗4,217
  • segmentio/evergreenAvatar von segmentio

    segmentio/evergreen

    12,424Auf GitHub ansehen↗

    Evergreen is a React UI component library and design system framework. It provides a collection of pre-styled, accessible interface elements used to build consistent web applications. The library functions as a server-side rendered UI kit, allowing components to generate HTML on the server to improve page load speeds and search engine visibility. It includes a centralized styling layer for managing colors, typography, and spacing through custom UI theming. The framework covers accessible web design and enterprise interface design, utilizing a token-based styling system to maintain a uniform

    JavaScriptcomponent-librarydesign-systemsevergreen
    Auf GitHub ansehen↗12,424
Alle 30 Alternativen zu Fuelux anzeigen→

Häufig gestellte Fragen

Was macht exacttarget/fuelux?

Fuelux ist ein JavaScript-UI-Framework und eine Frontend-Komponentenbibliothek für konsistente, einheitliche Benutzeroberflächen. Es bietet eine Sammlung leichtgewichtiger Controls und CSS-Erweiterungen, um visuelle und funktionale Konsistenz über verschiedene Web-Views hinweg zu gewährleisten.

Was sind die Hauptfunktionen von exacttarget/fuelux?

Die Hauptfunktionen von exacttarget/fuelux sind: Component-Based UI Libraries, UI Component Development, Component State Managers, State-Driven UI Rendering, Front-End Component Libraries, Interface Consistency Utilities, Vanilla DOM Controllers, Component Styling.

Welche Open-Source-Alternativen gibt es zu exacttarget/fuelux?

Open-Source-Alternativen zu exacttarget/fuelux sind unter anderem: riot/riot — Riot is a component-based library for building user interfaces through modular, single-file components. It functions… choojs/choo — Choo is a minimalist frontend framework providing a tiny foundation for building web applications. It functions as an… bootflat/bootflat.github.io — Bootflat is a front-end component library and CSS framework extension that implements a flat-design aesthetic for web… segmentio/evergreen — Evergreen is a React UI component library and design system framework. It provides a collection of pre-styled,… coreui/coreui-free-react-admin-template — This project is a React-based administrative template and UI kit designed for building dashboards. It provides a… fomantic/fomantic-ui — Fomantic-UI is a component-based CSS library and frontend design system used to build consistent, responsive user…