MDUI is a front-end framework based on Material Design.
Chinese document
features
- CSS file only 26.7KB minified + gzip
- JavaScript file only 14KB minified + gzip
More topics
The CSS file already contains 19 main color themes, 16 accent color themes, and 1 night theme. You only need to add a CSS class to switch the theme.
Mobile first, suitable for all screens.
Without relying on
MDUI is written in pure JavaScript without any dependencies.
- Downloading compressed packages
- Install via NPM:
npm install mdui
- Installation via Bower:
bower install mdui
- Download the source from Github:
git clone https://github.com/zdhxiong/mdui.git
The directory structure
The following directories and files exist in the compressed package:
Mdui / ├ ─ ─ CSS / │ ├ ─ ─ mdui. CSS │ └ ─ ─ mdui. Min. CSS ├ ─ ─ js / │ ├ ─ ─ mdui. Js │ └ ─ ─ mdui. Min. Js ├ ─ ─ fonts / │ └ ─ ─ roboto / │ └ ─ ─ . └ ─ ─ the ICONS / └ ─ ─ material - the ICONS / └ ─ ─...
Copy the code
MDUI was tested in the following browsers
- IE 10+
- Latest versions of Firefox, Chrome, Safari, Edge