BeerCss.Blazor 0.1.1-preview1

This is a prerelease version of BeerCss.Blazor.
dotnet add package BeerCss.Blazor --version 0.1.1-preview1
                    
NuGet\Install-Package BeerCss.Blazor -Version 0.1.1-preview1
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="BeerCss.Blazor" Version="0.1.1-preview1" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="BeerCss.Blazor" Version="0.1.1-preview1" />
                    
Directory.Packages.props
<PackageReference Include="BeerCss.Blazor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add BeerCss.Blazor --version 0.1.1-preview1
                    
#r "nuget: BeerCss.Blazor, 0.1.1-preview1"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package BeerCss.Blazor@0.1.1-preview1
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=BeerCss.Blazor&version=0.1.1-preview1&prerelease
                    
Install as a Cake Addin
#tool nuget:?package=BeerCss.Blazor&version=0.1.1-preview1&prerelease
                    
Install as a Cake Tool

BeerCss.Blazor

Here we have a Blazor wrapper for the amazing BeerCSS Material UI CSS library.

Source is available on Github

Installation

Grab the package from Nuget NuGet Version

Install the BeerCss CSS & Javascript files into your app in your favourite style (CDN, libman etc...)

Soak your app with beer (AKA add the namespace your your _Imports.razor and the root component to your _MainLayout.razor)

@using BeerCss.Blazor.Components
@using BeerCss.Blazor.Common
@inherits LayoutComponentBase
<Beer>
    @Body
</Beer>

Check out the docs for the available components.

Components

  • Appbar
  • Buttons
    • FAB
    • Standard
    • Group
    • Split
  • Card
  • Chip
  • Container
  • Dialogs
  • Divider
  • Expansion
  • Grid
  • Inputs
  • Layout
  • List
  • Menu
  • Navigation
  • Page
  • Progress
  • Scroll
  • Search
  • Shapes
    • Shape components
  • Snackbar
  • Space
  • Stepper
  • Table
  • Tabs
  • Toolbar
  • Tooltip
  • Waves
    • Wave components
Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
0.1.1-preview1 169 12/19/2025
0.1.0-preview5 181 12/19/2025
0.1.0-preview4 85 12/11/2025
0.1.0-preview3 177 12/6/2025
0.1.0-preview2 624 12/2/2025
0.1.0-preview1 71 11/29/2025