5 个仓库
Systems providing standardized spacing rules and structural patterns for user interfaces.
Distinguishing note: None of the candidates focus on general UI layout frameworks; candidates are either specific web libraries or unrelated A/B testing tools.
Explore 5 awesome GitHub repositories matching user interface & experience · UI Layout Frameworks. Refine with filters or upvote what's useful.
该项目是一个 Material Design UI 库和跨平台移动组件工具包。它提供了一套预设样式的用户界面组件和布局框架,旨在确保不同移动设备之间的一致视觉体验。 该库包含一个移动主题管理系统,用于定义和更新应用程序界面中的全局配色方案和样式规则。它实现了标准化的布局模式和间距规则,以保持简洁且一致的设计。 该工具包涵盖了移动表单和界面的构建,包括按钮、卡片、文本输入框、加载指示器、选择开关和数值滑块等元素。
Provides a framework for building interfaces using consistent components and standardized spacing rules.
Depth-LIB-Android- 是一个 Android 视图深度库和布局框架,提供了为用户界面元素添加空间分层和厚度效果的工具。它作为一个自定义阴影渲染器,旨在通过三维深度建立视觉层次结构。 该库专门提供旋转一致的阴影,确保即使在旋转关联视图时,阴影也能保持视觉对齐并附着在 UI 元素上。 该系统通过自定义绘图管道和基于画布的渲染来管理这些效果,以处理阴影模糊、不透明度和动态偏移计算。它将界面元素组织成堆叠的 z-order 层,以在视图层次结构中保持视觉一致性和空间层次结构。
Offers a layout framework focused on establishing visual hierarchy through three-dimensional depth and layering.
MyLinearLayout 是一个 Objective-C UI 布局框架和响应式布局引擎,用于 iOS。它作为一个多模式视图编排器,使用线性、相对和网格布局模式的组合来组织界面元素。 该库将 CSS Flexbox 和浮动元素行为引入 iOS 视图,以实现动态空间分配。它包含一个专门用于从右到左(RTL)语言方向的系统,提供界面元素的自动镜像以支持本地化布局。 该框架涵盖了广泛的排列策略,包括基于流的元素换行、基于框架的视图堆叠以及表格和网格组织。它还支持通过基于路径的视图对齐进行有机排列,并提供自适应尺寸类以适应不同的设备屏幕尺寸和方向。
Provides a standardized framework for building iOS interfaces using linear, relative, and grid layout patterns.
Tangram-Android 是一个 Android 服务器驱动的 UI SDK 和动态原生引擎。它通过解释从远程服务器接收的 JSON 数据定义来渲染原生用户界面,允许在不要求重新部署应用的情况下更新应用布局和内容。 该框架使用基于 JSON 的系统通过共享数据格式在 Android 和 iOS 之间同步页面布局。这允许通过从远程后端控制移动 UI 来实现实时界面更新和跨平台一致性。 该项目提供了一个可复用组件的模块化库和一个将原生界面元素组织成网格和列表的布局引擎。它采用动态视图映射和递归解析,将结构化数据转换为复杂原生视图层级。
Organizes interface elements into flexible structures like grids and lists for structured content presentation.
fastapi-admin is a web-based administrative interface that automatically generates CRUD control panels from FastAPI application models and database schemas. It serves as a model-driven dashboard generator that constructs administrative forms and data tables by inspecting database model metadata and field constraints at runtime. The project integrates with asynchronous object-relational mapping to provide a TortoiseORM admin interface, enabling the management of relational database content through a structured dashboard. The resulting interface utilizes a responsive design system for a consist
Employs a responsive design system to provide a consistent and structured layout for data management.