Giter Club home page Giter Club logo

mdui's Introduction

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 赞助

mdui's People

Contributors

zdhxiong avatar eyhn avatar kwaa avatar pvnr0082t avatar jack-works avatar littleturtle2333 avatar achun avatar classicoldsong avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.