Skip to content

dibble-james/beercss-blazor

Repository files navigation

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

About

A Material UI 3 Blazor component library based on the Beer CSS library

Resources

License

Stars

Watchers

Forks