Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 1.21 KB

README.md

File metadata and controls

21 lines (13 loc) · 1.21 KB

This is a build of Google's Material Design 3 Material Web. It uses GitHub Actions to build the project and then bundle it with esbuild. The result is commited back to dist folder.

You can host it offline or serve through a CDN:

<script src="https://cdn.jsdelivr.net/gh/datvm/[email protected]/dist/bundle.esm.min.js" integrity="sha512-7Wlu/NMXmFGZLrV6yJFw2TK38br4VhX4cxQNuV0sJoMsdO1bemrR//MYSp2CJvvbdB/w/jnREDYZlSFbZ+rDLA==" crossorigin="anonymous"></script>

or

import "https://cdn.jsdelivr.net/gh/datvm/[email protected]/dist/bundle.esm.min.js";

This bundled is used by my Blazor wrapper Blazor Material Web.