https://github.com/tavenem/blazor.framework
Blazor style and component framework
https://github.com/tavenem/blazor.framework
blazor components
Last synced: about 1 year ago
JSON representation
Blazor style and component framework
- Host: GitHub
- URL: https://github.com/tavenem/blazor.framework
- Owner: Tavenem
- License: mit
- Created: 2022-06-02T19:47:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-06-23T13:21:10.000Z (about 1 year ago)
- Last Synced: 2025-06-23T13:48:11.983Z (about 1 year ago)
- Topics: blazor, components
- Language: TypeScript
- Homepage:
- Size: 830 MB
- Stars: 11
- Watchers: 1
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
 [](https://www.nuget.org/packages/Tavenem.Blazor.Framework/)
Tavenem.Blazor.Framework
==
Tavenem.Blazor.Framework is a [Razor class
library](https://docs.microsoft.com/en-us/aspnet/core/razor-pages/ui-class) (RCL) containing CSS
styles, web components,
and [Razor
components](https://docs.microsoft.com/en-us/aspnet/core/blazor/components/class-libraries). It
provides a framework for quickly creating
[Blazor](https://dotnet.microsoft.com/en-us/apps/aspnet/web-apps/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](https://tavenem.com/Blazor.Framework).
## Installation
Tavenem.Blazor.Framework is available as a [NuGet package](https://www.nuget.org/packages/Tavenem.Blazor.Framework/).
## 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:
```html
```
See the [documentation](https://tavenem.com/Blazor.Framework/getting-started/installation) 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](docs/CONTRIBUTING.md) document to learn more before submitting issues or pull requests.
## Code of conduct
Please read the [code of conduct](docs/CODE_OF_CONDUCT.md) before engaging with our community, including but not limited to submitting or replying to an issue or pull request.