11 Repos
User interface elements built using the Vue.js framework to synchronize view and data state.
Distinct from Component-Based Rendering: Specifically applies component-based rendering to Vue.js, whereas the parent is generic.
Explore 11 awesome GitHub repositories matching user interface & experience · Vue Components. Refine with filters or upvote what's useful.
Effector is a reactive state management library designed for building complex, event-driven applications. It functions as a data flow engine that models application logic as a directed acyclic graph, ensuring that state updates propagate automatically through interconnected nodes. By utilizing atomic state updates and declarative unit composition, the library maintains data consistency and provides a predictable execution model for managing application state. The project distinguishes itself through its framework-agnostic architecture, which decouples business logic from user interface implem
Binds reactive stores to Vue component properties to ensure automatic view updates when data changes.
Aurora ist eine selbstgehostete persönliche Blogging-Plattform und ein RESTful Content-Management-System. Es bietet ein dediziertes Administrations-Dashboard zum Veröffentlichen und Verwalten von Artikeln und nutzt ein Spring Boot-Backend sowie ein Vue.js-Frontend. Das System verwendet eine entkoppelte Client-Server-Architektur, um die Datenspeicherung von der Präsentationsschicht zu trennen. Dies ermöglicht es der reaktiven Weboberfläche, Blog-Artikel über eine REST-API bereitzustellen und zu durchsuchen. Die Plattform deckt den gesamten Content-Publishing-Workflow ab, einschließlich der Erstellung, Bearbeitung und Verteilung von Artikeln. Sie verwaltet persönliche schriftliche Inhalte durch integrierte Backend-Speicherung und ein komponentenbasiertes Frontend.
Builds the user interface from reusable Vue.js isolated blocks that synchronize with the data state.
Dieses Projekt ist ein Reaktivitäts-Plugin, das die Composition API und das reaktive State-Management von Vue 3 in Vue 2-Anwendungen bringt. Es dient als Organisator für Komponentenlogik und als System zur Kapselung von reaktivem State und Funktionen in wiederverwendbare Utilities. Das Plugin ermöglicht die Nutzung von Composable-Funktionen, um zustandsbehaftete Logik über Komponenten hinweg zu teilen, ohne auf Mixins angewiesen zu sein. Es bietet eine Struktur auf Basis einfacher Variablen und Funktionen, um automatische Typinferenz und Editor-Autocomplete zu erleichtern. Zusätzlich enthält es ein Provider-basiertes Dependency-Injection-System, um Daten und Funktionen über einen Komponentenbaum hinweg bereitzustellen. Das System deckt die Verwaltung von reaktivem State, Computed Properties und Watchern ab, sowie die Möglichkeit, in Komponenten-Lifecycles einzugreifen. Es erlaubt die Integration von zustandsbehafteten Bibliotheken Dritter in das native Reaktivitätssystem und unterstützt das Prefetching von Daten auf dem Server. Das Projekt ist in TypeScript geschrieben.
Provides a system to group related functions and state by logical concern within Vue 2 components.
Portal-vue is a library for rendering Vue component content into arbitrary DOM elements outside their original parent-child hierarchy. It functions as a DOM teleportation tool and cross-component content injector, allowing developers to decouple a component's logical position in the application tree from its physical location in the document. The tool specifically enables the injection of dynamic interface elements, such as modals and tooltips, into root-level containers. This mechanism allows visual templates to bypass CSS nesting and layout constraints by separating the visual location from
Moves component content to different document locations to bypass parent layout constraints while preserving state.
vue-color-avatar is a Vue-based tool for generating scalable vector profile images. It functions as a client-side image generator that produces visuals directly in the browser without the need for a backend processing server. The project provides a visual interface for assembling personalized avatars by combining different graphic components. It also includes a batch generator capable of producing multiple randomized profile images simultaneously by mapping seeds to visual attributes. The system utilizes reactive UI components to synchronize avatar previews with customization controls and em
Provides customizable avatar generation as a set of reactive Vue components.
Content ist eine dateibasierte Content-Management-Engine, die Markdown- und JSON-Dateien in strukturierte Daten für die Verwendung innerhalb von Webanwendungen transformiert. Sie fungiert als statische Site-Content-Engine, die lokale Dateisysteme in abfragbare Sammlungen parst und gleichzeitig eine Bibliothek für die Integration interaktiver Komponenten direkt in Textdokumente bereitstellt. Das Framework zeichnet sich dadurch aus, dass es die lokale Dateihierarchie als primäre Quelle der Wahrheit für Anwendungs-Routing und Navigation behandelt. Es ermöglicht Entwicklern, dynamische UI-Elemente direkt in Textdateien einzubetten, und bietet ein visuelles Interface für die Bearbeitung von Inhalten und Metadaten basierend auf vordefinierten Schemata. Dieser Ansatz ermöglicht die Erstellung reichhaltiger, interaktiver Dokumentationen und inhaltsgetriebener Websites, bei denen die Struktur des Repositories die Site-Architektur diktiert. Über die Kernverwaltung hinaus enthält das System Funktionen für Volltext-Suchindizierung, automatisiertes Code-Syntax-Highlighting und die Generierung von Content-Auszügen. Es unterstützt typsichere Datenabfrage durch ein flüssiges Query-Interface, wodurch sichergestellt wird, dass Inhaltssammlungen während der Entwicklung und Produktion konsistent bleiben und gegen definierte Schemata validiert werden.
Enables embedding interactive UI components directly into text files to create rich, dynamic documentation.
This project is a React-based rich text editor designed for authoring and managing markdown documents through a visual interface. It functions as a modular framework that renders markdown in real-time, allowing users to create structured content without manual syntax entry. The editor is built on a plugin-based architecture that enables developers to extend functionality while maintaining minimal application bundle sizes. It provides a comprehensive command interface for programmatic content manipulation and utilizes reactive state management to ensure the visual editing surface remains synch
Integrates custom interactive elements into the document structure by mapping specialized properties to isolated, configurable UI components.
Motion-vue is a declarative animation library for Vue that provides a framework for building fluid, high-performance user interface motion. It enables developers to define complex animation states and transitions using code-based variants and spring-driven physics, ensuring that visual updates remain synchronized with component lifecycles and application state. The library distinguishes itself through a layout projection engine that tracks element coordinates to animate transitions between layout states, and a gesture-driven input pipeline that maps pointer and scroll interactions to animatio
Provides user interface elements built using the Vue.js framework to synchronize view and data state.
This project is a feature-rich data grid component designed for Vue applications. It provides a flexible interface for rendering, managing, and manipulating structured information, offering built-in support for essential tabular operations such as sorting, filtering, pagination, and row selection. The library distinguishes itself through its highly extensible architecture, which allows developers to override default rendering for cells, headers, and pagination controls using scoped slots. It supports complex data workflows by enabling hierarchical organization through collapsible row grouping
Provides a reusable interface element for displaying and manipulating tabular data within applications built using the Vue framework.
This project is a styling library for Vue that enables component-based design by attaching CSS rules directly to HTML tags or component constructors. It utilizes tagged template literals to encapsulate design logic within JavaScript, allowing developers to define, extend, and manage styles directly alongside component code. The library distinguishes itself through a dynamic style injection engine that evaluates functions against component properties at runtime, ensuring visual output updates in response to data changes. It supports polymorphic rendering, which allows the underlying HTML eleme
Enables building reusable Vue components with tightly coupled CSS rules for consistent design patterns.
This project is a web-based markdown editing component designed for integration into Vue applications. It provides a text input interface for creating and modifying markdown content, featuring real-time rendering and a live preview that transforms source text into formatted HTML. The editor is built on a modular framework that supports custom plugins and visual themes, allowing developers to extend core functionality and align the workspace appearance with host application designs. It utilizes a standardized hook architecture to enable these extensions, ensuring that the editing environment c
Embeds markdown editing and previewing capabilities directly into Vue applications as reusable components.