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.
- Host: GitHub
- URL: https://github.com/datvm/material-web
- Owner: datvm
- Created: 2023-09-20T20:50:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-02T18:53:06.000Z (10 months ago)
- Last Synced: 2025-03-20T14:40:36.905Z (3 months ago)
- Topics: esm, js, material-design, material-ui
- Language: CSS
- Homepage:
- Size: 241 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/).