Skip to content

datvm/material-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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/[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.

About

A ESM bundle build for Material Web.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published