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