A Material Design 3 (Material You) library of Web Components.
https://www.mdui.org
* đ§Š 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)