Build a beautiful dashboard
A port/rewrite of Dashing / Smashing in Blazor
Inspired by Dashing / Smashing
Add widgets for:
- clock (#2)
- comments (#3)
- graph (#4) WIP
- iframe (#5)
- image (#6)
- list (#7)
- meter (#8) WIP
- number (#9)
- text (#1)
Additional Widgets
- Server Status Squares (#214)
- Circle CI Build Status (#215)
cd src
dotnet test --collect:"XPlat Code Coverage"
Dependency Check Report
Core holds the original Widgets, Widgets holds any additional ones ported from the community.
Stories is using Blazing Story to show the components.
Client / Server and Shared are examples of how to use these components in a Blazor Application. Shared allows you to build a page once, for use in any.
| Project | Type | Info |
|---|---|---|
| Blashing.Core | Microsoft.NET.Sdk.Razor | |
| Blashing.Core.Tests | Microsoft.NET.Sdk | xunit |
| Blashing.Widgets | Microsoft.NET.Sdk.Razor | |
| Blashing.Widgets.Tests | Microsoft.NET.Sdk | xunit |
| Blashing.Stories | Microsoft.NET.Sdk.BlazorWebAssembly | |
| Blashing.Client | Microsoft.NET.Sdk.BlazorWebAssembly | |
| Blashing.Server | Microsoft.NET.Sdk.Web | |
| Blashing.Shared | Microsoft.NET.Sdk.Razor |
Ran the example smashing locally and took a copy of the served webpage for comparison.


