3 repositorios
Tools that extend the standard view styling process by resolving properties through a priority chain of themes and styles.
Distinct from View Styling Shortcuts: Candidates focus on view binding, animations, or materialized views; this is about the resolution of styling attributes.
Explore 3 awesome GitHub repositories matching user interface & experience · View Style Extenders. Refine with filters or upvote what's useful.
Calligraphy is an Android typography framework and custom font manager used to map custom font files to text views through hierarchical style resolution and global default configurations. It provides a system for defining global default fonts and fallback priorities across an entire Android application. The project manages font assignments by evaluating a priority chain of view attributes, styles, text appearances, and themes. This allows for the injection of custom typefaces into Android text components and the mapping of font assets to theme attributes to maintain a uniform visual identity.
Resolves font assignments by evaluating a priority chain of themes and text appearances during view styling.
Este proyecto es un paquete de integración que proporciona una plantilla de panel administrativo para aplicaciones construidas con el framework Laravel. Funciona como una capa visual y tema para establecer un diseño consistente para herramientas de gestión interna. El paquete incluye un gestor de navegación que permite controlar el diseño y los enlaces de las barras laterales y menús desde una única fuente de configuración. También proporciona herramientas para dar estilo a las pantallas de autenticación, como las páginas de inicio de sesión y registro, para asegurar que coincidan con la estética general de la interfaz de administración. El sistema cubre el diseño de interfaces administrativas y la gestión de la navegación del panel, utilizando archivos de plantilla para implementar un diseño estructural temático en todas las páginas.
Replaces default authentication views with custom styles that align with the administrative dashboard aesthetic.
Typography.js is a configuration-driven engine designed to standardize web design systems by generating consistent CSS rules for font scales, line heights, and vertical rhythm. It functions as a centralized toolkit where developers define typographic settings within a single JavaScript object, which the engine then translates into a complete set of style rules for an entire project. The project distinguishes itself through its portability and extensibility, allowing design themes to be packaged as reusable objects that maintain a unified visual language across multiple applications. A modular
Extends the standard view styling process by resolving properties through a priority chain of themes and styles.