smartcoop / design-cs

An implementation of smartcoop/design in C#

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SmartDesign

Smart Design Razor

This library is an implementation of the Smart Design with Tag Helpers. The Smart Design System documentation can be consulted here.

Installation

You should install Smart.Design.Razor 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

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" />

About

An implementation of smartcoop/design in C#


Languages

Language:C# 64.0%Language:CSS 35.3%Language:HTML 0.7%