MDUIDocs
Copy llms.txt linkCopy llms-full.txt linkView this page in MarkdownDiscuss this page with ChatGPTDiscuss full project docs with ChatGPT
Preset Colors
Custom Color
Extract from Wallpaper
Please select a wallpaper
Getting Started
AI-Assisted Development
Styles
Integration with 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 a few 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

Then connect it to your application:

import { MduiWebTask } from 'aurelia-mdui';

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

Notes

Report bugs at https://github.com/mreiche/aurelia-mdui

WebCell

To integrate mdui with WebCell, start by following the steps on the installation page. Web Components, TypeScript, and JSX support are first-class and available out of the box.

Or you can create a new project with the official GitHub template repository with one click.

On this page