Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/zdhxiong/mdui

Material Design 3(Material You) UI components using Web Components.
https://github.com/zdhxiong/mdui

css javascript material material-design material-design-3 material-you web-components

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        



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)