Library Blazor Components NextGrid Articles Quick Start

Quick Start

Start creating a new Blazor Application (Server, client or auto) by choosing the New Project option.

Give a name to this application. In our example we can choose StoreApp for the name.

Prerequisites

NextGrid component is located within BergSoft.UI.Blazor namespace and therefore it's required to add following line on top of either a page (or other component), or inside _Imports.razor file:

razor
@using BergSoft.UI.Blazor

Inside index.html file uncomment line that allows importing styles together with components:

razor
<link href="StoreApp.styles.css" rel="stylesheet" />

Sign in