All Projects → zdhxiong → Mdui

zdhxiong / Mdui

Licence: mit
MDUI 是一个基于 Material Design 的前端框架。

Programming Languages

Less
1899 projects
typescript
32286 projects

Projects that are alternatives of or similar to Mdui

Material Color
🔆 The colour palette, based on Google's Material Design, for use in your project.
Stars: ✭ 135 (-95.96%)
Mutual labels:  google, material, less
Ngx Auth Firebaseui
Angular Material UI component for firebase authentication
Stars: ✭ 518 (-84.5%)
Mutual labels:  google, material
Material Foundation
Material Design version of Foudation for Sites by Zurb
Stars: ✭ 361 (-89.2%)
Mutual labels:  google, material
Shrine Materialdesign2
implementation of Material Design 2 Shrine project
Stars: ✭ 215 (-93.57%)
Mutual labels:  google, material
Vue Mdc
Material web components for Vue.js
Stars: ✭ 1,217 (-63.58%)
Mutual labels:  google, material
Material Motion Js
Reusable gestural interactions in JavaScript. In development.
Stars: ✭ 277 (-91.71%)
Mutual labels:  google, material
Dukpy
Simple JavaScript interpreter for Python
Stars: ✭ 296 (-91.14%)
Mutual labels:  less
Seek Style Guide
Living style guide for SEEK, powered by React, webpack, CSS Modules and Less.
Stars: ✭ 302 (-90.96%)
Mutual labels:  less
Primedatepicker
PrimeDatePicker is a tool that provides picking a single day, multiple days, and a range of days.
Stars: ✭ 292 (-91.26%)
Mutual labels:  material
Unity Script Collection
A maintained collection of useful & free unity scripts / library's / plugins and extensions
Stars: ✭ 3,640 (+8.92%)
Mutual labels:  material
Hybridauth
Open source social sign on PHP Library. HybridAuth goal is to act as an abstract api between your application and various social apis and identities providers such as Facebook, Twitter and Google.
Stars: ✭ 3,223 (-3.56%)
Mutual labels:  google
Material
Material Design for Bootstrap 4
Stars: ✭ 3,169 (-5.18%)
Mutual labels:  material
Material Showcase Ios
✨ An elegant way to guide your beloved users in iOS apps - Material Showcase.
Stars: ✭ 300 (-91.02%)
Mutual labels:  material
Laravel Socialite
Social OAuth Authentication for Laravel 5. drivers: facebook, github, google, linkedin, weibo, qq, wechat and douban
Stars: ✭ 296 (-91.14%)
Mutual labels:  google
Awesome Privacy
A curated list of services and alternatives that respect your privacy because PRIVACY MATTERS.
Stars: ✭ 303 (-90.93%)
Mutual labels:  google
Ocbarrage
iOS 弹幕库 OCBarrage, 同时渲染5000条弹幕也不卡, 轻量, 可拓展, 高度自定义动画, 超高性能, 简单易上手; A barrage render-engine with high performance for iOS. At the same time, rendering 5000 barrages is also very smooth, lightweight, scalable, highly custom animation, ultra high performance, simple and easy to use!
Stars: ✭ 294 (-91.2%)
Mutual labels:  google
Pocenter
整合多个软件外包平台项目信息,替你筛选优质项目。MVP + RxJava + Retrofit + Material Design
Stars: ✭ 306 (-90.84%)
Mutual labels:  material
Mappa
A canvas wrapper for Maps 🗺 🌍
Stars: ✭ 290 (-91.32%)
Mutual labels:  google
Laravel Google Drive Demo
Laravel & Google Drive Storage - Demo project with Laravel 5.4
Stars: ✭ 299 (-91.05%)
Mutual labels:  google
Parrot
The next generation messenger.
Stars: ✭ 305 (-90.87%)
Mutual labels:  google

MDUI

GitHub version npm version dependencies Status devDependencies Status Build Status CDNJS

MDUI 是一个基于 Material Design 的前端框架。

QQ群:635509201

中文文档

特性

轻量级

  • CSS 文件仅 32KB minified + gzip
  • JavaScript 文件仅 19KB minified + gzip

多主题

CSS 文件中已经包含了 19种主色主题16种强调色主题1种夜间主题,只需添加一个 CSS 类,即可实现主题的切换。

响应式

移动优先,可适配所有屏幕。

无依赖

MDUI 使用纯 JavaScript 编写,没有任何依赖。

获取 MDUI

可以通过下列方式获取 MDUI:

<link
  rel="stylesheet"
  href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/mdui.min.css"
  integrity="sha384-2PJ2u4NYg6jCNNpv3i1hK9AoAqODy6CdiC+gYiL2DVx+ku5wzJMFNdE3RoWfBIRP"
  crossorigin="anonymous"
/>
<script
  src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/mdui.min.js"
  integrity="sha384-aB8rnkAu/GBsQ1q6dwTySnlrrbhqDwrDnpVHR2Wgm8pWLbwUnzDcIROX3VvCbaK+"
  crossorigin="anonymous"
></script>
  • 通过 npm 安装: npm install mdui
  • 从 Github 下载源码: git clone https://github.com/zdhxiong/mdui.git

兼容性

MDUI 在下列浏览器中经过测试

  • IE 11+
  • 最新版的 Firefox、Chrome、Safari、Edge

赞助

赞助以帮助 MDUI 持续更新

通过支付宝赞助 通过微信赞助 通过 Paypal 赞助

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].