Skip to content

Loag/Blazor.Framework

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

208 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

build NuGet downloads

Tavenem.Blazor.Framework

Tavenem.Blazor.Framework is a Razor class library (RCL) containing a stylesheet and Razor components. It provides a framework for quickly creating Blazor projects.

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

  1. Call the AddTavenemFramework() extension method on your IServiceCollection.

  2. Add a link to the stylesheet in your index.html or _Host.cshtml file:

    <link href="_content/Tavenem.Blazor.Framework/styles.css" rel="stylesheet" />
  3. See the documentation for additional guidelines on using the framework in your project.

Roadmap

Tavenem.Blazor.Framework now has a stable release.

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.

About

Blazor style and component framework

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • C# 56.1%
  • TypeScript 20.3%
  • HTML 11.9%
  • SCSS 11.6%
  • JavaScript 0.1%