[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-1989":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":16,"stars7d":17,"stars30d":18,"stars90d":16,"forks30d":16,"starsTrendScore":16,"compositeScore":19,"rankGlobal":10,"rankLanguage":10,"license":20,"archived":21,"fork":21,"defaultBranch":22,"hasWiki":23,"hasPages":21,"topics":24,"createdAt":10,"pushedAt":10,"updatedAt":29,"readmeContent":30,"aiSummary":31,"trendingCount":16,"starSnapshotCount":16,"syncStatus":17,"lastSyncTime":32,"discoverSource":33},1989,"material-design-lite","google\u002Fmaterial-design-lite","google","Material Design Components in HTML\u002FCSS\u002FJS","",null,"HTML",32176,4922,1147,390,0,2,11,45,"Apache License 2.0",false,"mdl-1.x",true,[25,26,27,5,28],"material","material-components","material-design","mdl","2026-06-12 02:00:35","# Material Design Lite\n\n[![npm version](https:\u002F\u002Fimg.shields.io\u002Fnpm\u002Fv\u002Fmaterial-design-lite.svg)](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fmaterial-design-lite)\n\n> An implementation of [Material Design](http:\u002F\u002Fwww.google.com\u002Fdesign\u002Fspec\u002Fmaterial-design\u002Fintroduction.html)\ncomponents in vanilla CSS, JS, and HTML.\n\nMaterial Design Lite (MDL) lets you add a Material Design look and feel to your\nstatic content websites. It doesn't rely on any JavaScript frameworks or\nlibraries. Optimized for cross-device use, gracefully degrades in older\nbrowsers, and offers an experience that is accessible from the get-go.\n\n> ### Limited support\n\n> Material Design Lite is now in limited support, with development having moved to the\n> [Material Components for the web](https:\u002F\u002Fgithub.com\u002Fmaterial-components\u002Fmaterial-components-web) repository.\n\n> No further development is taking place in MDL by the core team, but we are happy to review PRs, fix critical bugs and\n> push out new releases. No breaking changes will be accepted.\n\n> **Heads up:** the old `getmdl.io` site is gone, and the documentation and component gallery\n> that used to live there are no longer available. MDL itself still works fine as a vanilla\n> set of Material Design CSS, JS, and HTML you can drop into any project — only the hosted\n> docs site has been retired.\n\n## Use MDL on your site?\n\nThis document is targeted at developers that will contribute to or compile MDL.\nIf you just want to use MDL on a website or web app, the safest bet is to\n**self-host the v1.3.0 release**, since the previously-recommended\n`getmdl.io`-hosted assets are no longer available.\n\n- Grab the prebuilt CSS and JS from the\n  [v1.3.0 release on GitHub](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite\u002Freleases)\n  and serve them from your own origin.\n- Or, if you need a drop-in CDN alternative, MDL is mirrored on\n  [CDNJS](https:\u002F\u002Fcdnjs.com\u002Flibraries\u002Fmaterial-design-lite).\n- The package is also still published on npm as\n  [`material-design-lite`](https:\u002F\u002Fwww.npmjs.com\u002Fpackage\u002Fmaterial-design-lite).\n\n## Browser Support\n\n\n| IE9 | IE10 | IE11 | Chrome | Opera | Firefox | Safari | Chrome (Android) | Mobile Safari |\n|-----|------|------|--------|-------|---------|--------|------------------|---------------|\n| B   | A    | A    | A      | A     | A       | A      | A                | A             |\n\nA-grade browsers are fully supported. B-grade browsers will gracefully degrade\nto our CSS-only experience.\n\n### Download \u002F Clone\n\nClone the repo using Git:\n\n```bash\ngit clone https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite.git\n```\n\nAlternatively you can [download](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite\u002Farchive\u002Fmaster.zip)\nthis repository.\n\nWindows users, if you have trouble compiling due to line endings then make sure\nyou configure git to checkout the repository with `lf` (unix) line endings. This\ncan be achieved by setting `core.eol`.\n\n```bash\ngit config core.eol lf\ngit config core.autocrlf input\ngit rm --cached -r .\ngit reset --hard\n```\n\n> Remember, the master branch is considered unstable. Do not use this in\nproduction. Use a tagged state of the repository, npm, or bower for stability!\n\n## Feature requests\n\nMDL is currently in limited support mode, with no further development taking place by the core team.\nWe are happy to accept and review pull requests for new functionality, however, as long as there are no breaking\nchanges.\n\n## Want to contribute?\n\nIf you found a bug, have any questions or want to contribute. Follow our\n[guidelines](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite\u002Fblob\u002Fmdl-1.x\u002FCONTRIBUTING.md),\nand help improve the Material Design Lite. For more information visit our\n[wiki](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite\u002Fwiki).\n\nPlease use the default branch, `mdl-1.x`.\n\nTake note that [Material Components for Web](https:\u002F\u002Fgithub.com\u002Fmaterial-components\u002Fmaterial-components-web), which is MDL v2, is under early Alpha stages (which means everything is a moving target, and we can change anything at any moment). Use with caution.\n\nHowever, we would absolutely love to have people testing MCW and provide feedback about their experiences using it, especially integrating with other frameworks and libraries.\n\n## License\n\n© Google, 2015. Licensed under an\n[Apache-2](https:\u002F\u002Fgithub.com\u002Fgoogle\u002Fmaterial-design-lite\u002Fblob\u002Fmaster\u002FLICENSE)\nlicense.\n","Material Design Lite (MDL) 是一个基于HTML、CSS和JavaScript实现的Material Design组件库。其核心功能在于为静态内容网站提供一套遵循Material Design规范的界面元素，无需依赖任何JavaScript框架或库即可使用。MDL针对跨设备进行了优化，在旧版浏览器中也能优雅降级，并且从一开始就考虑了无障碍访问的需求。尽管目前该项目已进入有限支持阶段，不再进行新的开发工作，但仍会接受社区贡献并修复关键问题。MDL适用于希望在不引入复杂前端框架的情况下快速获得现代化外观与交互体验的网页或Web应用项目。","2026-06-11 02:47:14","top_all"]