Tag Helpers implementation of the Smart Design System. Official documentation can be seen at https://design-showcase.smartbe.be/
$ dotnet add package Smart.Design.Library
This solution contains a C# UI web kit and a web project showcasing the various components it contains.
You should reference Smart.Design.Library with NuGet:
Install-Package Smart.Design.Razor
Or via the .NET Core command line interface:
dotnet add package Smart.Design.Razor
Add the following line to your _viewport.cshtml
@addTagHelper *, Smart.Design.Razor
Or reference the project directly
Add the dependencies with the following line of code:
builder.Services.AddSmartDesign();
Add to the <head> tag of your layout the following line:
<link rel="stylesheet" href="_content/Smart.Design.Razor/css/main.css" />