https://github.com/ldalonzo/material-components-web-blazor
A collection of ASP.NET Core Razor components that wrap Material Components for the web.
https://github.com/ldalonzo/material-components-web-blazor
blazor material-components-web
Last synced: 6 months ago
JSON representation
A collection of ASP.NET Core Razor components that wrap Material Components for the web.
- Host: GitHub
- URL: https://github.com/ldalonzo/material-components-web-blazor
- Owner: ldalonzo
- License: mit
- Created: 2019-05-18T20:52:09.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2022-11-13T12:24:05.000Z (over 3 years ago)
- Last Synced: 2025-08-01T04:46:47.568Z (11 months ago)
- Topics: blazor, material-components-web
- Language: C#
- Homepage:
- Size: 1.31 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://github.com/ldalonzo/material-components-web-blazor/actions/workflows/ci.yml)
[](https://www.nuget.org/packages/Leonardo.AspNetCore.Components.Material/)
[](https://codecov.io/gh/ldalonzo/material-components-web-blazor)
# Material Components for Blazor WebAssembly
A collection of ASP.NET Core Razor components that wrap [Material Components for the web](https://github.com/material-components/material-components-web).
- [Live Demo](https://material-components-blazor.azurewebsites.net/)
## Quick start
### Step 1: Add NuGet package
```powershell
dotnet add package Leonardo.AspNetCore.Components.Material
```
### Step 2: Reference static assets
```html
```