- Notifications
You must be signed in to change notification settings - Fork370
Material Design 3(Material You) UI components using Web Components.
NotificationsYou must be signed in to change notification settings
zdhxiong/mdui
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
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
npm install mdui --save
Import CSS and JS:
import'mdui/mdui.css';import'mdui';
Use the component:
<mdui-button>Button</mdui-button>
<!doctype html><html><head><metacharset="UTF-8"><linkrel="stylesheet"href="https://unpkg.com/mdui@2/mdui.css"><scriptsrc="https://unpkg.com/mdui@2/mdui.global.js"></script></head><body><mdui-button>Hello, world!</mdui-button></body></html>
About
Material Design 3(Material You) UI components using Web Components.