Tavenem.Blazor.Framework is a Razor class library (RCL) containing a stylesheet and Razor components. It provides a framework for quickly creating Blazor projects.
You can browse extensive documentation and samples at https://tavenem.com/Blazor.Framework.
Tavenem.Blazor.Framework is available as a NuGet package.
-
Call the
AddTavenemFramework()extension method on yourIServiceCollection. -
Add a link to the stylesheet in your index.html or _Host.cshtml file:
<link href="_content/Tavenem.Blazor.Framework/styles.css" rel="stylesheet" />
-
See the documentation for additional guidelines on using the framework in your project.
Tavenem.Blazor.Framework now has a stable release.
Additional components may be added based on user feedback.
Contributions are always welcome. Please carefully read the contributing document to learn more before submitting issues or pull requests.
Please read the code of conduct before engaging with our community, including but not limited to submitting or replying to an issue or pull request.