Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/datvm/blazormaterialweb
A Blazor wrapper for Google's Material Web Component
https://github.com/datvm/blazormaterialweb
blazor material material-ui web-component
Last synced: about 1 month ago
JSON representation
A Blazor wrapper for Google's Material Web Component
- Host: GitHub
- URL: https://github.com/datvm/blazormaterialweb
- Owner: datvm
- License: mit
- Created: 2023-09-13T01:23:06.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-08-02T18:57:12.000Z (3 months ago)
- Last Synced: 2024-10-14T02:03:09.755Z (about 1 month ago)
- Topics: blazor, material, material-ui, web-component
- Language: HTML
- Homepage: https://blazorwebmaterial.lukevo.com/
- Size: 54.1 MB
- Stars: 8
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE.MD
Awesome Lists containing this project
README
ο»ΏBlazor Material Web is a Blazor wrapper for Google's [Material Web Component](https://github.com/material-components/material-web/) so you can use it in your WebAssembly website or MAUI Blazor Hybrid apps (it probably works with Blazor Server but I do not test it).
Check out the [Demo Page](https://blazorwebmaterial.lukevo.com/) for the implemented components.
![Demo Page Screenshot](https://github.com/datvm/BlazorMaterialWeb/assets/6388546/a33300f2-8af6-4532-ade9-0d53890ae97a)
- [Demo Page](https://blazorwebmaterial.lukevo.com/)
- Nuget Package: [Core](https://www.nuget.org/packages/BlazorMaterialWeb/) + [Bundled](https://www.nuget.org/packages/BlazorMaterialWeb.Bundled)
- [Bundled ESM Module](https://github.com/datvm/material-web)
- [Roadmap](#roadmap)
- Google References:
- [Components Design](https://m3.material.io/components)
- [Web Components Demo](https://material-web.dev/)
- [Web Components Source Code](https://github.com/material-components/material-web/)> **Note**
> This project and Google's Material Web Component are still under development and not all components are implemented yet.Help is very appreciated to correctly map the properties and maintain them. Making demo pages for each component is also a big help.
**π v1.0.0 Released in accordance with [Material Web Component v1.0.0](https://github.com/material-components/material-web/discussions/5004)**
# Installation & Usage
See [Setup Guide](https://blazorwebmaterial.lukevo.com/) for setup and usage.
# Roadmap
This project depends on Google's [Material Web Component](https://github.com/material-components/material-web/). This is the progress of this project:
| Component | Blazored | Material Web | Demo Page |
| --- | --- | --- | --- |
| Button | β | β | [Button](https://blazorwebmaterial.lukevo.com/button) |
| FAB | β | β | [FAB](https://blazorwebmaterial.lukevo.com/fab) |
| Icon button | β | β | [Icon button](https://blazorwebmaterial.lukevo.com/icon-buttons) |
| Checkbox | β | β | [Checkbox](https://blazorwebmaterial.lukevo.com/checkbox) |
| Chips | β | β | [Checkbox](https://blazorwebmaterial.lukevo.com/chip) |
| Dialog | β | β | [Dialog](https://blazorwebmaterial.lukevo.com/dialog) |
| Divider | β | β | [Divider](https://blazorwebmaterial.lukevo.com/divider) |
| Elevation | β | β | [Elevation](https://blazorwebmaterial.lukevo.com/elevation) |
| Icon | β | β | [Icon](https://blazorwebmaterial.lukevo.com/icon) |
| Focus ring | β | β | [Focus Ring](https://blazorwebmaterial.lukevo.com/focus-ring) |
| List | β | β | [List](https://blazorwebmaterial.lukevo.com/lists) |
| Menu | β | β | [Menus](https://blazorwebmaterial.lukevo.com/menu) |
| Progress indicators | β | β | [Progress](https://blazorwebmaterial.lukevo.com/progress) |
| Radio | β | β | [Radio](https://blazorwebmaterial.lukevo.com/radio) |
| Ripple | β | β | [Ripple](https://blazorwebmaterial.lukevo.com/ripple) |
| Select | β | β | [Select](https://blazorwebmaterial.lukevo.com/select) |
| Slider | β | β | [Slider](https://blazorwebmaterial.lukevo.com/slider) |
| Switch | β | β | [Switch](https://blazorwebmaterial.lukevo.com/switch) |
| Tabs | β | β | [Tab](https://blazorwebmaterial.lukevo.com/tabs) |
| Text field | β | β | [Text field](https://blazorwebmaterial.lukevo.com/text-field) |
| Catalog | π€ | π€ | π€ |
| Density | π€ | π€ | π€ |
| Card | π€ | π€ | π€ |
| Navigation drawer | π€ | π€ | π€ |
| Segmented button | π€ | π€ | π€ |
| Snackbar | π€ | π€ | π€ |
| Tooltip | π€ | π€ | π€ |
| Autocomplete | π€ | π€ | π€ |
| Badge | π€ | π€ | π€ |
| Banner | π€ | π€ | π€ |
| Bottom app bar | π€ | π€ | π€ |
| Bottom sheet | π€ | π€ | π€ |
| Data table | π€ | π€ | π€ |
| Date picker | π€ | π€ | π€ |
| Navigation bar | π€ | π€ | π€ |
| Navigation rail | π€ | π€ | π€ |
| Search | π€ | π€ | π€ |
| Time picker | π€ | π€ | π€ |
| Top app bar | π€ | π€ | π€ |