2 Repos
Mechanisms for managing global styles and visual tokens within a component ecosystem.
Distinct from React Native Components: Focuses on the theme management layer rather than the individual component definitions themselves
Explore 2 awesome GitHub repositories matching mobile development · Theming Systems. Refine with filters or upvote what's useful.
This project is a cross-platform UI toolkit and universal UI framework providing a collection of pre-styled interface components for building mobile and web applications. It functions as a mobile design system and themed component library, allowing developers to maintain a cohesive visual language across different screens and devices using a shared codebase. The toolkit centers on a themed component architecture that supports global and component-level style configurations. This enables the definition of colors and property defaults in a central location to ensure consistent branding and a un
Provides centralized theme management for React Native components to ensure a uniform visual brand.
xstyled is a utility-first CSS-in-JS framework designed for the React ecosystem. It functions as a styling library that enables developers to manage component styles and responsive layouts by mapping design system tokens directly to component properties. The framework distinguishes itself by providing a centralized theme management system that propagates design tokens, such as colors and spacing, throughout the component tree. It includes a responsive layout generator that automatically calculates media query breakpoints based on viewport width, allowing for the creation of fluid grid structu
Integrates theme settings and responsive breakpoints directly into React components.