Tavenem.Blazor.Framework is a Razor class library (RCL) containing CSS styles, web components, and Razor components. It provides a framework for quickly creating Blazor projects with a rich, visually appealing UI, and contains dozens of flexible, powerful controls to simplify the development experience.
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 your IServiceCollection
to automatically add
all server and client dependencies.
Add a link to the stylesheet in your index.html or App.razor file:
<link href="_content/Tavenem.Blazor.Framework/framework.css" rel="stylesheet" />
See the documentation for more detailed instructions and additional guidelines on using the framework in your project.
New releases of the framework are made regularly to address bugs, and to improve performance and utility.
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.