You can directly download the compiled CSS and JavaScript files, or install mdui via a package manager (such as npm, yarn, etc.).
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 mduiAll 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 GitHubUsing 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>