mdui logo

mdui

A Material Design 3 (Material You) library of Web Components.
https://www.mdui.org

npm version CSS gzip size JS gzip size downloads license


* 🧩 Works with all frameworks * 🚛 Works with CDNs * đŸ™ī¸ Material 3 design system * 🌛 Includes dark theme and dynamic color * 🆚 Optimized for WebStorm and VSCode * 😸 Open source ## Docs * [English](https://www.mdui.org/en/docs/2/) * [įŽ€äŊ“中文](https://www.mdui.org/zh-cn/docs/2/) ## Installation ```sh npm install mdui --save ``` ## Usage Import CSS and JS: ```js import 'mdui/mdui.css'; import 'mdui'; ``` Use the component: ```html Button ``` ## Using CDN ```html Hello, world! ``` ## License [MIT](https://github.com/zdhxiong/mdui/blob/v2/packages/mdui/LICENSE)