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

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.

Awesome Lists containing this project

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)
[![Version](https://img.shields.io/nuget/vpre/Leonardo.AspNetCore.Components.Material)](https://www.nuget.org/packages/Leonardo.AspNetCore.Components.Material/)
[![codecov](https://codecov.io/gh/ldalonzo/material-components-web-blazor/branch/master/graph/badge.svg)](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














```