Here we have a Blazor wrapper for the amazing BeerCSS Material UI CSS library.
Source is available on Github
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.
- 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