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

mdui has a built-in lightweight JavaScript utility library with a jQuery-like API and chaining style, but it is only one-sixth the size of jQuery.

You can use <code>mdui.$</code> to call the library, but it's better to store <code>mdui.$</code> in a short variable for convenience, for example:

Array and Object Operations

Data Type Checking

In the subsequent documentation, <code>$</code> is used to represent <code>mdui.$</code>.

Object Access

CSS Classes

Core

Node Attributes

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

Plugin Writing

Data Storage

npm

npm install mdui --save

yarn

yarn add mdui