1 Repo
Architectural patterns for creating specialized UI components by inheriting and overriding base properties.
Distinct from Prototype Extensions: The candidates refer to JS prototypes or generic software patterns; this is specifically about UI component extension via inheritance.
Explore 1 awesome GitHub repository matching user interface & experience · Component Inheritance Patterns. Refine with filters or upvote what's useful.
Eureka is a framework for building structured data-entry interfaces and forms in Swift for iOS applications. It provides a declarative UI layout engine and a dynamic input interface to define fields, sections, and row layouts through a configuration layer. The system distinguishes itself through dynamic interface management, including conditional visibility and interaction control that reacts to real-time user changes. It supports complex input behaviors such as expandable row rendering, multivalued field management for inserting or deleting similar rows, and custom keyboard navigation that s
Allows the creation of custom input fields by inheriting from and overriding the properties of base row cells.