An open API service indexing awesome lists of open source software.

https://github.com/datvm/material-web

A ESM bundle build for Material Web.
https://github.com/datvm/material-web

esm js material-design material-ui

Last synced: 2 months ago
JSON representation

A ESM bundle build for Material Web.

Awesome Lists containing this project

README

        

This is a build of Google's Material Design 3 [Material Web](https://github.com/material-components/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:

- Latest build: https://cdn.jsdelivr.net/gh/datvm/material-web/dist/bundle.esm.min.js (you should not use integrity check with this link because it will change every time a new build is published).

- With a version tag: https://cdn.jsdelivr.net/gh/datvm/[email protected]/dist/bundle.esm.min.js

```html

```

or

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

- Sometimes (probably only during pre-release), a build is made on a specific day. I will mark them with tags like: https://cdn.jsdelivr.net/gh/datvm/[email protected]/dist/bundle.esm.min.js

This bundled is used by my Blazor wrapper [Blazor Material Web](https://github.com/datvm/BlazorMaterialWeb/).