GitHub - datvm/material-web: A ESM bundle build for Material Web.

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

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.3.0/dist/bundle.esm.min.js" integrity="sha512-TLpGTSV/cUxTevgUEUwUH4LVXidWUMN3uwMFtvTG+qGxY3MPrMDj+Q+BonJLmVaOPk0f0UxGKAEKNp7vm1iNVw==" crossorigin="anonymous"></script>

or

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

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