Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 | πŸ’€ | πŸ’€ | πŸ’€ |