You have to use the following command to include a Blazor component library application.
dotnet new razorclasslib -o MyComponentLib1
Refer the below documentation link for more information.
You have to use the following command to include a Blazor component library application.
dotnet new razorclasslib -o MyComponentLib1
Refer the below documentation link for more information.
Share with