/material-web

A ESM bundle build for Material Web.

Primary LanguageCSS

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/material-web@v2.0.0/dist/bundle.esm.min.js" integrity="sha512-7Wlu/NMXmFGZLrV6yJFw2TK38br4VhX4cxQNuV0sJoMsdO1bemrR//MYSp2CJvvbdB/w/jnREDYZlSFbZ+rDLA==" crossorigin="anonymous"></script>

or

import "https://cdn.jsdelivr.net/gh/datvm/material-web@v2.0.0/dist/bundle.esm.min.js";

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