A collection of UI Frameworks and their platform implementations.
If you would like to add libraries, please feel free to create a PR
with the edits. Please only open source, no paid libraries. Also please try to keep the markdown consistent.
Table of Contents
Project Website: https://material.io/
Project Website: https://getbootstrap.com/
Project Website: https://developer.microsoft.com/en-us/fabric
Project Website: https://www.lightningdesignsystem.com/
Project Website: https://elastic.github.io/eui/#/
Project Website: https://foundation.zurb.com/
Project Website: https://semantic-ui.com/
1. ui-bootstrap 参考博客: http://www.cnblogs.com/pilixiami/p/5597634.html (这篇博客写的非常不错,值得推荐) angular-ui-bootstrap的github地址: http://angular-ui.github.io/bootstrap/ 最新的angular-ui-bootstrap版本地址: https://cdn
angularjs UI Libraries ● ng-bootstrap is currently available. ● PrimeNG has largest number of components. ● Angular-Material2 is in beta. ● KendoUI is creating components for ng2. ● Ionic is very popu
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 y
每个用户界面都考虑以下三个主要方面 - UI elements - 这些是用户最终看到并与之交互的核心可视元素。 JavaFX提供了大量广泛使用的常用元素列表,从基本到复杂,我们将在本教程中介绍。 Layouts - 它们定义了如何在屏幕上组织UI元素,并为GUI(图形用户界面)提供最终外观。 这部分将在布局章节中介绍。 Behavior - 这些是用户与UI元素交互时发生的事件。 这部分将在“事
继承自 Composite 是所有控件的父级。可通过其访问状态栏、导航栏、抽屉控件和内容视图。 通过 “const {ui} = require('tabris');” 引入该对象。 属性 contentView Type: Composite 内容视图是构成应用主UI的控件的容器。覆盖整个应用界面。可将控件直接添加到内容视图中。 此属性只能在创建控件时设置。一旦设置,不能修改。 drawer T
UI模块管理应用界面,用于操作加载HTML页面的原生窗口,调用系统原生控件等。由于此模块功能太多,现已根据功能分拆更新为Key、NativeUI、Navigator、Webview等,并对接口和功能做了一些优化调整,请使用新API。 方法: alert: 弹出系统提示框 closeSplashscreen: 关闭程序启动界面 closeWindow: 关闭原生窗口 confirm: 弹出系统确认对
对话框 键盘事件
增加了一些新的用户界面特性来调整元素尺寸,框尺寸和外边框。 在本章中,您将了解以下的用户界面属性: resize box-sizing outline-offset 注意:Firefox、Chrome 以及 Safari 支持 resize 属性。 Internet Explorer、Chrome、Safari 以及 Opera 支持 box-sizing 属性。Firefox 需要前缀 -moz
@nativescript-rtl/ui Add right-to-left UI support to NativeScript framework Installation to install plugin write: NativeScript 7 and higher tns plugin add @nativescript-rtl/ui Support NativeScript old