Skip to content

The BlazorLayout project provides components to handle layout in your Blazor applications.

License

Notifications You must be signed in to change notification settings

xaviersolau/BlazorLayout

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlazorLayout

The BlazorLayout project provides components to handle layout in your Blazor applications.

Don't hesitate to post issues, pull requests on the project or to fork and improve the project.

Project dashboard

Build - CI Coverage Status License: MIT

Package Nuget.org
SoloX.BlazorLayout NuGet Beta

License and credits

BlazorLayout project is written by Xavier Solau. It's licensed under the MIT license.


Installation

You can checkout this Github repository or you can use the NuGet packages:

Install using the command line from the Package Manager:

Install-Package SoloX.BlazorLayout -version 1.0.0-alpha.1

Install using the .Net CLI:

dotnet add package SoloX.BlazorLayout --version 1.0.0-alpha.1

Install editing your project file (csproj):

<PackageReference Include="SoloX.BlazorLayout" Version="1.0.0-alpha.1" />

About

The BlazorLayout project provides components to handle layout in your Blazor applications.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published