Razor Component Tag Helpers is a one file ASP.NET Core library that allows you to write UI components while maintaining compatibility with Razor Pages and MVC.
The nuget package for this library was previously called TechGems.TagHelperComponents
, but since Tag Helper Components are a different concept in ASP.NET Core, I decided to rename the library to Razor Component Tag Helpers.
If you wish to see a functional application of this library in a dashboard template, please look at this repository.