techgems / razor-component-tag-helpers

Server Components with no lifecycle for ASP.NET Core MVC and Razor Pages.
MIT License
18 stars 1 forks source link

# Razor Component Tag Helpers

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.

Name change

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.