Razor Class Library (RCL) can be used to share components across various projects and Blazor apps. RCL can be utilized from:
- Another project in the solution.
- A NuGet package.
- A referenced .NET library.
For more information regarding RCL, check out this link.
Share with