Skip to content

NishantSinghF11/material-design-lite

 
 

Repository files navigation

🎨 Material Design Lite

GitHub version npm version Bower version Gitter version Dependency Status

✨ A lightweight implementation of Material Design components in vanilla CSS, JS, and HTML.


🚀 What is MDL?

Material Design Lite (MDL) lets you add a Material Design look and feel to your static content websites.
✅ No frameworks required
✅ Cross-device optimized
✅ Accessible and responsive
✅ Graceful degradation in older browsers


⚠️ Limited Support Notice
MDL is in limited support. Development has moved to 👉 Material Components for the Web.
PRs are welcome, but no breaking changes will be accepted.


🧑‍💻 Use MDL on your site?

This guide is intended for developers contributing to or compiling MDL.
If you're just looking to use MDL on your project, visit 👉 getmdl.io


🌐 Browser Support

IE9 IE10 IE11 Chrome Opera Firefox Safari Chrome (Android) Mobile Safari
🟡 B 🟢 A 🟢 A 🟢 A 🟢 A 🟢 A 🟢 A 🟢 A 🟢 A
  • 🟢 A-grade: Fully supported
  • 🟡 B-grade: CSS-only fallback

📦 Download / Clone

Clone using Git:

git clone https://github.com/google/material-design-lite.git

Or download it directly 👉 Download ZIP

🪟 Windows Users: Fix line endings issues:

git config core.eol lf
git config core.autocrlf input
git rm --cached -r .
git reset --hard

🛑 The master branch is unstable. Use a tagged release, npm, or bower for stable builds.


💡 Feature Requests

MDL is in limited support.
✅ We accept PRs for enhancements
⛔ No breaking changes will be merged


🤝 Want to Contribute?

Found a bug 🐞? Have a cool feature 💡? Want to contribute 👨‍🔧?

Check our 👉 Contributing Guidelines
More info here 👉 MDL Wiki

Use the mdl-1.x branch for your PRs.


🧪 Looking Ahead

Check out Material Components for Web — MDL v2!
🚧 Still in Alpha: Everything is a moving target.
We'd ❤️ your feedback on integration and usage!


📄 License

© Google, 2015
Licensed under the Apache-2.0 License

About

Material Design Components in HTML/CSS/JS

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 36.6%
  • SCSS 29.3%
  • JavaScript 29.1%
  • CSS 5.0%