2 Repos
Components that dynamically adjust styles based on user interaction states on mobile platforms.
Distinct from Native Base Styles: No existing candidate covers dynamic state-responsive styling on native mobile; closest is static native base styles.
Explore 2 awesome GitHub repositories matching user interface & experience · State-Responsive Native Styles. Refine with filters or upvote what's useful.
gluestack-ui is a cross-platform React component library built with Tailwind CSS. It provides over 30 pre-built, accessible components that can be installed by copying their source files directly into a project, giving developers full control over customization without external runtime dependencies. Every component implements WAI-ARIA patterns, keyboard navigation, and screen reader support out of the box. A key differentiator is the copy-paste architecture: rather than a traditional package dependency, component source code is placed in the project, allowing direct editing and eliminating ve
Wraps components with a higher-order component that dynamically adjusts styles based on user interaction states on mobile.
tailwind-rn ist ein Utility-First-Mobile-UI-Kit und Integrations-Framework, das die Verwendung von Tailwind-CSS-Utility-Klassen zum Stylen von React-Native-Komponenten ermöglicht. Es fungiert als responsive Mobile-Styling-Engine, die CSS-Stildefinitionen in JSON-Objekte transformiert, die mit nativem Mobile-View-Styling kompatibel sind. Das Projekt bietet einen CSS-zu-JSON-Stilkonverter und eine responsive Engine, die Stile basierend auf Screen-Breakpoints, Dark-Mode-Einstellungen und Viewport-Ausrichtung anpasst. Dies ermöglicht die Implementierung von mobilem responsivem Design und zustandsbasiertem Styling, ohne manuelle Stylesheets schreiben zu müssen. Das Framework deckt breitere Funktionen ab, einschließlich benutzerdefiniertem Theme-Management für Farben und Abstände, plattformübergreifendem UI-Styling für visuelle Einheitlichkeit und einem provider-basierten System zur Verteilung von Theme-Konfigurationen über einen Komponentenbaum hinweg.
Allows adjusting styles dynamically based on screen breakpoints, dark mode, orientation, and motion settings.