{"id":14990284,"url":"https://github.com/datvm/blazormaterialweb","last_synced_at":"2025-04-12T02:06:30.245Z","repository":{"id":194867747,"uuid":"690833909","full_name":"datvm/BlazorMaterialWeb","owner":"datvm","description":"A Blazor wrapper for Google's Material Web Component","archived":false,"fork":false,"pushed_at":"2024-08-02T18:57:12.000Z","size":56764,"stargazers_count":9,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-12T02:06:25.466Z","etag":null,"topics":["blazor","material","material-ui","web-component"],"latest_commit_sha":null,"homepage":"https://blazorwebmaterial.lukevo.com/","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/datvm.png","metadata":{"files":{"readme":"README.MD","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.MD","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-09-13T01:23:06.000Z","updated_at":"2025-02-04T09:42:43.000Z","dependencies_parsed_at":"2024-09-24T16:01:31.474Z","dependency_job_id":"33732597-904c-42c8-8d2a-fe855dfa0c2a","html_url":"https://github.com/datvm/BlazorMaterialWeb","commit_stats":{"total_commits":107,"total_committers":2,"mean_commits":53.5,"dds":0.04672897196261683,"last_synced_commit":"be4c2361b3a1bd9cb9a3ba4d7feb2ed7b099a116"},"previous_names":["datvm/blazormaterialweb"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FBlazorMaterialWeb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FBlazorMaterialWeb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FBlazorMaterialWeb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/datvm%2FBlazorMaterialWeb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/datvm","download_url":"https://codeload.github.com/datvm/BlazorMaterialWeb/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248505863,"owners_count":21115354,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["blazor","material","material-ui","web-component"],"created_at":"2024-09-24T14:19:49.502Z","updated_at":"2025-04-12T02:06:30.216Z","avatar_url":"https://github.com/datvm.png","language":"HTML","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).\n\nCheck out the [Demo Page](https://blazorwebmaterial.lukevo.com/) for the implemented components.\n\n![Demo Page Screenshot](https://github.com/datvm/BlazorMaterialWeb/assets/6388546/a33300f2-8af6-4532-ade9-0d53890ae97a)\n\n- [Demo Page](https://blazorwebmaterial.lukevo.com/)\n- Nuget Package: [Core](https://www.nuget.org/packages/BlazorMaterialWeb/) + [Bundled](https://www.nuget.org/packages/BlazorMaterialWeb.Bundled)\n- [Bundled ESM Module](https://github.com/datvm/material-web)\n- [Roadmap](#roadmap)\n- Google References:\n  - [Components Design](https://m3.material.io/components)\n  - [Web Components Demo](https://material-web.dev/)\n  - [Web Components Source Code](https://github.com/material-components/material-web/)\n\n\u003e **Note**  \n\u003e This project and Google's Material Web Component are still under development and not all components are implemented yet.\n\nHelp is very appreciated to correctly map the properties and maintain them. Making demo pages for each component is also a big help.\n\n**🎉 v1.0.0 Released in accordance with [Material Web Component v1.0.0](https://github.com/material-components/material-web/discussions/5004)**\n\n# Installation \u0026 Usage\n\nSee [Setup Guide](https://blazorwebmaterial.lukevo.com/) for setup and usage.\n\n# Roadmap\n\nThis project depends on Google's [Material Web Component](https://github.com/material-components/material-web/). This is the progress of this project:\n\n| Component | Blazored | Material Web | Demo Page |\n| --- | --- | --- | --- |\n| Button | ✅ | ✅ | [Button](https://blazorwebmaterial.lukevo.com/button) |\n| FAB | ✅ | ✅ | [FAB](https://blazorwebmaterial.lukevo.com/fab) |\n| Icon button | ✅ | ✅ | [Icon button](https://blazorwebmaterial.lukevo.com/icon-buttons) |\n| Checkbox | ✅ | ✅ | [Checkbox](https://blazorwebmaterial.lukevo.com/checkbox) |\n| Chips | ✅ | ✅ | [Checkbox](https://blazorwebmaterial.lukevo.com/chip) |\n| Dialog | ✅ | ✅ | [Dialog](https://blazorwebmaterial.lukevo.com/dialog) |\n| Divider | ✅ | ✅ | [Divider](https://blazorwebmaterial.lukevo.com/divider) |\n| Elevation | ✅ | ✅ | [Elevation](https://blazorwebmaterial.lukevo.com/elevation) |\n| Icon | ✅ | ✅ | [Icon](https://blazorwebmaterial.lukevo.com/icon) |\n| Focus ring | ✅ | ✅ | [Focus Ring](https://blazorwebmaterial.lukevo.com/focus-ring) |\n| List | ✅ | ✅ | [List](https://blazorwebmaterial.lukevo.com/lists) |\n| Menu | ✅ | ✅ | [Menus](https://blazorwebmaterial.lukevo.com/menu) |\n| Progress indicators | ✅ | ✅ | [Progress](https://blazorwebmaterial.lukevo.com/progress) |\n| Radio | ✅ | ✅ | [Radio](https://blazorwebmaterial.lukevo.com/radio) |\n| Ripple | ✅ | ✅ | [Ripple](https://blazorwebmaterial.lukevo.com/ripple) |\n| Select | ✅ | ✅ | [Select](https://blazorwebmaterial.lukevo.com/select) |\n| Slider | ✅ | ✅ | [Slider](https://blazorwebmaterial.lukevo.com/slider) |\n| Switch | ✅ | ✅ | [Switch](https://blazorwebmaterial.lukevo.com/switch) |\n| Tabs | ✅ | ✅ | [Tab](https://blazorwebmaterial.lukevo.com/tabs) |\n| Text field | ✅ | ✅ | [Text field](https://blazorwebmaterial.lukevo.com/text-field) |\n| Catalog | 💤 | 💤 | 💤 |\n| Density | 💤 | 💤 | 💤 |\n| Card | 💤 | 💤 | 💤 |\n| Navigation drawer | 💤 | 💤 | 💤 |\n| Segmented button | 💤 | 💤 | 💤 |\n| Snackbar | 💤 | 💤 | 💤 |\n| Tooltip | 💤 | 💤 | 💤 |\n| Autocomplete | 💤 | 💤 | 💤 |\n| Badge | 💤 | 💤 | 💤 |\n| Banner | 💤 | 💤 | 💤 |\n| Bottom app bar | 💤 | 💤 | 💤 |\n| Bottom sheet | 💤 | 💤 | 💤 |\n| Data table | 💤 | 💤 | 💤 |\n| Date picker | 💤 | 💤 | 💤 |\n| Navigation bar | 💤 | 💤 | 💤 |\n| Navigation rail | 💤 | 💤 | 💤 |\n| Search | 💤 | 💤 | 💤 |\n| Time picker | 💤 | 💤 | 💤 |\n| Top app bar | 💤 | 💤 | 💤 |","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvm%2Fblazormaterialweb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdatvm%2Fblazormaterialweb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdatvm%2Fblazormaterialweb/lists"}