We're getting close to finishing our first Blazor application, to replace a legacy ASP.NET WebForms app. It's been a struggle, more than I anticipated, but I do love working on a new (to me) technology, Blazor.
However, there is one person on the team who absolutely hates Blazor. This guy is fantastic at UI. Also, as a state department we are under the gun to get all our applications Americans with Disabilities Act (ADA) compliant. This fellow particularly hates the use of HTML tables, which I get the feeling all out-of-the-box Blazor components, renders. He would prefer that we stick with Bootstrap components instead. Yes, I could write Blazor components, although I did lose an argument with other team members who insisted that we scrap the component I'd written to be used on two Blazor pages in favor of duplicating code from one page to the second page. Anyway, bottom line, I'd like to know if there is a Blazor component library which generates Bootstrap code, with rows, etc., instead of HTML tables?