Skip to content

Tavenem/Blazor.Framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build NuGet downloads

Tavenem.Blazor.Framework

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.

Documentation

You can browse extensive documentation and samples at https://tavenem.com/Blazor.Framework.

Installation

Tavenem.Blazor.Framework is available as a NuGet package.

Use

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.

Roadmap

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.

Contributing

Contributions are always welcome. Please carefully read the contributing document to learn more before submitting issues or pull requests.

Code of conduct

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.