MDUIDocsEnglish简体中文LightDarkSystem
Preset Colors
Custom Color
Extract Color from Wallpaper
Select a Wallpaper
Getting Started
Styles
Frameworks
React Vue Angular Others
Components
Functions
Libraries

Others

mdui is built with browser-native Web Components, making it compatible with all web frameworks. Here are ways to use mdui with popular frameworks.

Aurelia

After completing the installation of mdui, you'll need to install and configure an additional package (Aurelia 2 only):

npm install aurelia-mdui --save

and connect it to your application:

import { MduiWebTask } from 'aurelia-mdui';

Aurelia
  .register(MduiWebTask)
  .app(MyApp)
  .start();

Notes

Please send bug reports to https://github.com/mreiche/aurelia-mdui

WebCell

To integrate mdui with WebCell, start by following the steps on the installation page, first-class Web components, TypeScript & JSX supports is out of box.

Or you can create a new project with the official GitHub template repository by clicking only one button.

On this page