menuMDUIDocs
color_lens
The new mdui 2 based on Material Design 3 and Web Components is now available. Check out the mdui 2 documentation.

Download

You can directly download the compiled CSS and JavaScript files, or install mdui via a package manager (such as npm, yarn, etc.).

Precompiled files

You can directly download the pre-compiled file package, which contains compiled and minified CSS and JavaScript files, as well as the Roboto font and Material Icons.

Download mdui

Source files

All mdui source code is hosted on GitHub. You can read the source code to understand how mdui is implemented, or help us fix bugs. You can also perform secondary development based on the source code and compile mdui yourself.

Visit GitHub

Use CDN

Using a CDN is our most recommended method, as it can be loaded directly from the cache in most cases, making it faster than other methods.

<link rel="stylesheet" href="https://unpkg.com/mdui@1.0.2/dist/css/mdui.min.css">
<script src="https://unpkg.com/mdui@1.0.2/dist/js/mdui.min.js"></script>

Install via package manager

Through a package manager, you can integrate mdui source files and compiled files into your existing project.

npm

npm install mdui --save

yarn

yarn add mdui