Back to rankings
Material Design 3(Material You) UI components using Web Components.
cssjavascriptmaterialmaterial-designmaterial-design-3material-youweb-components
Key Metrics
Star Growth
Stars
4.5k
Forks
374
Weekly Growth
â
Issues
32
4.5k4.5k4.5k
Jul 18Jul 19Jul 19Jul 19Jul 20Jul 20Jul 21
Artifactsnpm
npm install mduiREADME
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. 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
Installation
npm install mdui --save
Usage
Import CSS and JS:
import 'mdui/mdui.css';
import 'mdui';
Use the component:
<mdui-button>Button</mdui-button>
Using CDN
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
<link rel="stylesheet" href="https://unpkg.com/mdui@2/mdui.css" />
<script src="https://unpkg.com/mdui@2/mdui.global.js"></script>
</head>
<body>
<mdui-button>Hello, world!</mdui-button>
</body>
</html>
License
Related repositories