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.Blazor.Grids 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 @using Bergsoft.Blazor @using Bergsoft.Blazor.Grids
Inside index.html add the following line that includes styling used by all components:
razor
<link href="_content/Bergsoft.Blazor/css/styles.css" rel="stylesheet" />
Next: Placing the Component