是一套Bootstrap 组件javascript
官网:https://valor-software.com/ngx-bootstrap/#/css
github: https://github.com/valor-software/ngx-bootstrap前端
bootstrap4组件vue
官网:https://ng-bootstrap.github.io/#/homejava
0.5,0.6两个版本分别支持angular4.x和5.xreact
https://ng.ant.design/#/docs/angular/introduce,jquery
https://cipchk.github.io/ng-alain/#/dashboard/v1android
github: https://github.com/cipchk/ng-alainios
http://akveo.com/ngx-admin/#/pages/dashboardgit
一个丰富的组件库,而且有不一样的主题可供选择
https://www.primefaces.org/primeng/#/setup
https://www.primefaces.org/serenity/
https://www.iviewui.com/docs/guide/introduce
iView 是一套基于 Vue.js 的开源 UI 组件库,主要服务于 PC 界面的中后台产品。
http://element-cn.eleme.io/#/zh-CN/component/quickstart
提供Vue, Angular, React不一样版本,一套为开发者、设计师和产品经理准备的基于 Vue 2.0 的桌面端组件库
https://element-angular.faas.ele.me/guide/install
https://eleme.github.io/element-react/#/zh-CN/quick-start
中文官网:http://mint-ui.github.io/#!/zh-cn
描述:基于 Vue.js 的移动端组件库,可按需加载组件
预览:http://elemefe.github.io/mint-ui/#/
中文官网:https://didi.github.io/cube-ui/#/zh-CN/docs/introduction
描述:cube-ui 是基于 Vue.js 实现的精致移动端组件库。
http://vue.ydui.org/
一只基于Vue2.x的移动端&微信UI。 -YDUI Touch
Zent ( \ˈzent\ ) 是有赞 PC 端 WebUI 规范的 React 实现,提供了一整套基础的 UI 组件以及一些经常使用的业务组件
https://www.youzanyun.com/zanui/zent/zh/guides/install
官网:http://m.sui.taobao.org/
描述:一套基于 Framework7 开发的UI库。基于IOS风格。它很是轻量、精美,只须要引入咱们的CDN文件就可使用,
而且能兼容到 iOS 6.0+ 和 Android 4.0+,很是适合开发跨平台Web App。
基于zepto
IOS风格
预览:http://m.sui.taobao.org/demos/
基础引入:
CDN:
<link rel="stylesheet" href="//g.alicdn.com/msui/sm/0.6.2/css/sm.min.css"> <script type='text/javascript' src='//g.alicdn.com/sj/lib/zepto/zepto.min.js' charset='utf-8'></script> <script type='text/javascript' src='//g.alicdn.com/msui/sm/0.6.2/js/sm.min.js' charset='utf-8'></script>
描述:WeUI 为微信 Web 服务量身设计,是一套同微信原生视觉体验一致的基础样式库,由微信官方设计团队为微信 Web 开发量身设计,能够令用户的使用感知更加统一。
包含button、cell、dialog、 progress、 toast、article、actionsheet、icon等各式元素。
GitHub地址:https://github.com/weui/weui
预览:
UI组件:https://weui.io
JS组件:https://github.com/weui/weui
基础引入:
CDN:
<link rel="stylesheet" href="https://res.wx.qq.com/open/libs/weui/1.1.2/weui.min.css"> <script type="text/javascript" src="https://res.wx.qq.com/open/libs/weuijs/1.1.3/weui.min.js"></script>
npm:
npm install --save weui
官网:http://www.ydui.org/
描述:一只注重审美,且性能高效的移动端&微信UI。专属于移动,采用 Flex 布局,用 rem 来作响应式开发,自定义Javascript组件、Less文件、Less变量,定制一份属于本身的YDUI。
基于jQuery 2.0+
兼容性:
兼容绝大多数移动端设备(兼容Android4.0+、IOS6.0+);
采用 flexbox 布局,因低版本安卓及部分特殊浏览器不兼容flex-basis、flex-wrap、inline-flex属性,YDUI 将采起其余解决方案;
基础引入:
download:
引入YDUI样式:ydui.css
引入YDUI自适应解决方案类库:ydui.flexible.js
引入jQuery2.0+
引入YDUI脚本:ydui.js
GitHub地址:https://github.com/ydcss/ydui
http://cloudajs.org/ui/brand/gmu
描述:基于zepto的轻量级mobile UI组件库,符合jquery ui使用规范,提供webapp、pad端简单易用的UI组件。
兼容iOS3+ / android2.1+,支持国内主流移动端浏览器,如safari, chrome, UC, qq等。
GitHub地址:https://github.com/fex-team/GMU
基础引入:
download
引入reset.css:https://github.com/fex-team/GMU/blob/master/dist/reset.css
引入gmu.css:https://github.com/fex-team/GMU/blob/master/dist/gmu.css
引入zepto.js:https://github.com/fex-team/GMU/blob/master/dist/zepto.js
引入gmu.js:https://github.com/fex-team/GMU/blob/master/dist/gmu.js
官方地址:http://frozenui.github.io/
描述:FrozenJS 是针对移动端开发的 js 组件库,其依赖 zepto.js 和 FrozenUI。简单易用,轻量快捷,为移动端服务的前端框架。基于手Q样式规范。应用在腾讯手Q增值业务。
兼容android 2.3 +,ios 4.0 + 。
GitHub地址:https://github.com/frozenui/frozenui
中文官网:http://www.foundcss.com/
描述:Foundation是国外最流行的 HTML、CSS 和 JS 框架,用于开发响应式布局、移动设备优先的 WEB 项目。
GitHub地址:https://github.com/zurb/foundation-sites
基础引入:
CDN:
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/css/foundation.min.css" integrity="sha256-itWEYdFWzZPBG78bJOOiQIn06QCgN/F0wMDcC4nOhxY=" crossorigin="anonymous" /> <script src="https://cdnjs.cloudflare.com/ajax/libs/foundation/6.4.3/js/foundation.min.js" integrity="sha256-Nd2xznOkrE9HkrAMi4xWy/hXkQraXioBg9iYsBrcFrs=" crossorigin="anonymous"></script>
官方地址:http://amazeui.org/
描述:中国首个开源 HTML5 跨屏前端框架。Amaze UI 关注中文排版,根据用户代理调整字体,实现更好的中文排版效果。
Amaze UI 以移动优先(Mobile first)为理念,从小屏逐步扩展到大屏,最终实现全部屏幕适配,适应移动互联潮流。
基于jQuery
GitHub:https://github.com/amazeui/amazeui
Amaze UI Web 与 Amaze UI Touch
Amaze UI Web | ||
---|---|---|
定位 | 移动优先、响应式、跨屏 UI 组件库 | 专属移动(手机)端的 UI 组件库 |
JS 基础库 | jQuery | React |
CSS 预处理 | Less | Sass |
Grid | 基于 float,12 列响应式 | 基于 flexbox,6 列流式 |
兼容性 |
|
|
项目地址 | Amaze UI@GitHub | Amaze UI Touch@GitHub |
衍生版本 | Amaze UI React - 共用 CSS,使用 React 实现交互 |
N/A |
适用场景 |
|
|
基础引入:
CDN:
http://cdn.amazeui.org/amazeui/2.7.2/css/amazeui.css http://cdn.amazeui.org/amazeui/2.7.2/css/amazeui.min.css http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.js http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.min.js http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.ie8polyfill.js http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.ie8polyfill.min.js http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.widgets.helper.js http://cdn.amazeui.org/amazeui/2.7.2/js/amazeui.widgets.helper.min.js
中文官网:https://www.purecss.cn/
描述:纯CSS
美国雅虎公司出品的一组轻量级、响应式纯css模块,适用于任何Web项目。
GitHub:https://github.com/yahoo/pure/
基础引入:
CDN:
<link rel="stylesheet" href="https://unpkg.com/purecss@0.6.1/build/pure-min.css" integrity="sha384-CCTZv2q9I9m3UOxRLaJneXrrqKwUNOzZ6NGEUMwHtShDJ+nCoiXJCAgi05KfkLGY" crossorigin="anonymous">
官网地址:http://sui.taobao.org/
描述:一套基于bootstrap开发的前端组件库,同时她也是一套设计规范。
基于jquery
GitHub:https://github.com/sdc-alibaba/sui
基础引入:
CDN:
<link href="http://g.alicdn.com/sj/dpl/1.5.1/css/sui.min.css" rel="stylesheet"> <script type="text/javascript" src="http://g.alicdn.com/sj/lib/jquery/dist/jquery.min.js"></script> <script type="text/javascript" src="http://g.alicdn.com/sj/dpl/1.5.1/js/sui.min.js"></script>
官方地址:http://www.h-ui.net/
描述:轻量级前端框架,简单免费,兼容性好,服务中国网站。
基于jQuery
GitHub地址:https://github.com/jackying/h-ui
官方地址:http://www.layui.com/
描述:更可能是为服务端程序员量身定作,你无需涉足各类前端工具的复杂配置,只需面对浏览器自己,
让一切你所须要的元素与交互,从这里信手拈来。
layui 兼容人类正在使用的所有浏览器(IE6/7除外),可做为 PC 端后台系统与前台界面的速成开发方案。
经典模块化前端框架
GitHub:https://github.com/sentsin/layui/
基础引入:
layui.css
layui.js
官网地址:http://www.getuikit.net/
描述:一款轻量级、模块化的前端框架,可快速构建强大的web前端界面。
UIkit 兼容 IE9 以上现代浏览器。在 IE8 及其如下版本中,全部JavaScript 都会失效。
依赖jQuery
GitHub地址:https://github.com/uikit/uikit
基础引入:
CDN:
<link rel="stylesheet" href="//cdn.bootcss.com/uikit/2.25.0/css/uikit.css" /> <script src="//cdn.bootcss.com/uikit/2.25.0/js/uikit.js"></script>
中文官网:http://www.bootcss.com/
描述:简洁、直观、强悍的前端开发框架,让web开发更迅速、简单。
基础引入:
CDN:
<!-- 最新版本的 Bootstrap 核心 CSS 文件 --> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> <!-- 可选的 Bootstrap 主题文件(通常不用引入) --> <link rel="stylesheet" href="https://cdn.bootcss.com/bootstrap/3.3.7/css/bootstrap-theme.min.css" integrity="sha384-rHyoN1iRsVXV4nD0JutlnGaslCJuC7uwjduW9SVrLvRYooPp2bWYgmgJQIXwl/Sp" crossorigin="anonymous"> <!-- 最新的 Bootstrap 核心 JavaScript 文件 --> <script src="https://cdn.bootcss.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
npm:
npm install bootstrap@3
其余基于bootstrap衍生出来的模块:
Ace Admin后台管理系统模板:基于bootstrap3;http://ace.jeka.by/
Metronic后台管理模板:http://www.metronic.com/
H+:http://www.zi-han.net/theme/hplus/
jQuery UI+Bootstrap:https://github.com/jquery-ui-bootstrap/jquery-ui-bootstrap/
官方网址:http://jqueryui.com/
其余基于jQuery衍生出来的模板:
BUI:基于jQuery+KISSY UI:http://www.builive.com/
EasyUI::http://www.jeasyui.net/
描述:使用easyui你不须要写不少代码,你只须要经过编写一些简单HTML标记,就能够定义用户界面。
DWZ JUI:http://jui.org/
官网地址:https://onsen.io/
描述:用来构建混合移动端APP的 HTML5 UI 框架,提供AngularJS 1, Angular 2+, React, Vue各类版本
GitHub地址:https://github.com/OnsenUI/OnsenUI
中文官网网址:http://www.ionic-china.com/
基于AngularJS
描述:ionic是一个强大的 HTML5应用程序开发框架(HTML5 Hybrid Mobile App Framework)。
ionic 主要关注外观和体验,以及和你的应用程序的 UI 交互,特别适合用于基于 Hybird 模式的 HTML5 移动应用程序开发。
ionic是一个轻量的手机UI库,具备速度快,界面现代化、美观等特色。
官网地址:http://framework7.cn/
描述:Framework7 是一个开源免费的HTML框架能够用来开发混合移动应用(原生和HTML混合)或者开发 iOS & Android 风格的WEB APP。
也能够用来做为原型开发工具,能够迅速建立一个应用的原型。
Framework7 并不能兼容全部的设备。她只专一于为 iOS 和 Google Material 设计提供最好的体验。Framework7 是一个针对iOS7的框架。从一开始,她就考虑到如何最方便快捷地实现iOS7上各类惊艳的UI组件,以及复杂的动画和灵活的触摸交互。因此Framework7是你实现像素级精度的iOS7应用的最佳选择。
GitHub:https://github.com/framework7io/framework7
中文官网地址:http://reactnative.cn/
描述:React Native使你可以在Javascript和React的基础上得到彻底一致的开发体验,构建世界一流的原生APP。
React Native着力于提升多平台开发的开发效率 —— 仅需学习一次,编写任何平台。(Learn once, write anywhere)
GitHub地址:https://github.com/facebook/react-native
官网地址:http://weex.apache.org/cn/ 描述:Weex 提供强大的跨平台能力,可使用相同的 API 开发 Web,Android 和 iOS 应用。同时,咱们对接口了丰富的扩展能力。