2 مستودعات
Frameworks that enable component behavior through HTML attributes rather than imperative JavaScript.
Distinguishing note: None available; minting under UI umbrella.
Explore 2 awesome GitHub repositories matching user interface & experience · Declarative UI Interactivity. Refine with filters or upvote what's useful.
Tabler is a comprehensive UI framework designed for building responsive, data-heavy administrative panels and enterprise web applications. It provides a unified collection of pre-styled components and layout patterns that allow developers to construct complex dashboard interfaces using a consistent design system. The project distinguishes itself through a metadata-driven approach to interactivity, where complex component behaviors and state transitions are initialized by parsing configuration attributes directly from HTML elements. This allows for the creation of interactive interfaces withou
Implementing complex interface behaviors and state transitions by configuring HTML attributes without writing custom JavaScript.
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
Enables building interactive UI components by adding simple HTML attributes, eliminating the need for JavaScript glue code.