2 个仓库
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 是一个实用优先的移动 UI 工具包和集成框架,允许使用 Tailwind CSS 实用类来设置 React Native 组件的样式。它作为一个响应式移动样式引擎,将 CSS 样式定义转换为与原生移动视图样式兼容的 JSON 对象。 该项目提供了一个 CSS 转 JSON 样式转换器和一个响应式引擎,根据屏幕断点、深色模式偏好和视口方向调整样式。这使得在无需编写手动样式表的情况下实现移动响应式设计和基于状态的样式设置成为可能。 该框架涵盖了更广泛的功能,包括用于颜色和间距的自定义主题管理、用于视觉统一的跨平台 UI 样式设置,以及用于在组件树中分发主题配置的基于提供程序的系统。
Allows adjusting styles dynamically based on screen breakpoints, dark mode, orientation, and motion settings.