Baike.dev
All toolsAI codingTrendingOpen sourceNewsSubmit
Log in
< Back to tools
M

mdui

> 前端框架
Open source

Material Design 3(Material You) UI components using Web Components.

4.5K stars0 likes0 views
WebsiteGitHub

About

Material Design 3(Material You) UI components using Web Components.

mdui

A Material Design 3 (Material You) library of Web Components.
https://www.mdui.org
> I am developing mdui v3 based on the M3 Expressive specification. You can follow the mdui v3 development progress [here](https://github.com/users/zdhxiong/projects/9/views/1). During this period, mdui v2 will continue to be updated for bug fixes and new features.


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

Issues· 0 open

View all issuesOpen on GitHub

No open issues yet, or sync has not completed.

> Tags

TypeScriptcssjavascriptmaterialmaterial-design

No comments yet. Be the first to share.

> Details

PublishedAug 1, 2026
UpdatedSep 17, 2026
Category前端框架
PricingOpen source

> Related tools

R
React
用于构建用户界面的 JavaScript 库
V
Vue.js
渐进式 JavaScript 框架
N
Next.js
基于 React 的全栈 Web 框架