{"id":37049869,"url":"https://github.com/ldalonzo/material-components-web-blazor","last_synced_at":"2026-01-14T05:47:21.738Z","repository":{"id":36461426,"uuid":"187404253","full_name":"ldalonzo/material-components-web-blazor","owner":"ldalonzo","description":"A collection of ASP.NET Core Razor components that wrap Material Components for the web.","archived":false,"fork":false,"pushed_at":"2022-11-13T12:24:05.000Z","size":1377,"stargazers_count":0,"open_issues_count":13,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-01T04:46:47.568Z","etag":null,"topics":["blazor","material-components-web"],"latest_commit_sha":null,"homepage":"","language":"C#","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/ldalonzo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-05-18T20:52:09.000Z","updated_at":"2021-05-09T09:10:13.000Z","dependencies_parsed_at":"2023-01-17T01:41:17.106Z","dependency_job_id":null,"html_url":"https://github.com/ldalonzo/material-components-web-blazor","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/ldalonzo/material-components-web-blazor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldalonzo%2Fmaterial-components-web-blazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldalonzo%2Fmaterial-components-web-blazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldalonzo%2Fmaterial-components-web-blazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldalonzo%2Fmaterial-components-web-blazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ldalonzo","download_url":"https://codeload.github.com/ldalonzo/material-components-web-blazor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ldalonzo%2Fmaterial-components-web-blazor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28411418,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T05:26:33.345Z","status":"ssl_error","status_checked_at":"2026-01-14T05:21:57.251Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-components-web"],"created_at":"2026-01-14T05:47:21.052Z","updated_at":"2026-01-14T05:47:21.733Z","avatar_url":"https://github.com/ldalonzo.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CI](https://github.com/ldalonzo/material-components-web-blazor/actions/workflows/ci.yml/badge.svg)](https://github.com/ldalonzo/material-components-web-blazor/actions/workflows/ci.yml)\n[![Version](https://img.shields.io/nuget/vpre/Leonardo.AspNetCore.Components.Material)](https://www.nuget.org/packages/Leonardo.AspNetCore.Components.Material/)\n[![codecov](https://codecov.io/gh/ldalonzo/material-components-web-blazor/branch/master/graph/badge.svg)](https://codecov.io/gh/ldalonzo/material-components-web-blazor)\n\n# Material Components for Blazor WebAssembly\nA collection of ASP.NET Core Razor components that wrap [Material Components for the web](https://github.com/material-components/material-components-web).\n\n- [Live Demo](https://material-components-blazor.azurewebsites.net/)\n\n## Quick start\n\n### Step 1: Add NuGet package\n```powershell\ndotnet add package Leonardo.AspNetCore.Components.Material\n```\n\n### Step 2: Reference static assets\n```html\n\u003chtml\u003e\n  \u003chead\u003e\n    \u003clink rel=\"stylesheet\" href=\"_content/Leonardo.AspNetCore.Components.Material/bundle.css\" /\u003e\n  \u003c/head\u003e\n\n  \u003cbody\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/app.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/checkbox.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/circular-progress.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/drawer.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/ripple.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/snackbar.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/switch.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/tab-bar.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/textfield.bundle.js\"\u003e\u003c/script\u003e\n    \u003cscript src=\"_content/Leonardo.AspNetCore.Components.Material/top-app-bar.bundle.js\"\u003e\u003c/script\u003e\n  \u003c/body\u003e\n\u003c/html\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldalonzo%2Fmaterial-components-web-blazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fldalonzo%2Fmaterial-components-web-blazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fldalonzo%2Fmaterial-components-web-blazor/lists"}