Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tavenem/blazor.framework
Blazor style and component framework
https://github.com/tavenem/blazor.framework
blazor components
Last synced: 2 months 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-20T15:56:55.000Z (3 months ago)
- Last Synced: 2024-11-20T16:09:45.610Z (3 months ago)
- Topics: blazor, components
- Language: TypeScript
- Homepage:
- Size: 702 MB
- Stars: 9
- 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
![build](https://img.shields.io/github/actions/workflow/status/Tavenem/Blazor.Framework/publish.yml?branch=main) [![NuGet downloads](https://img.shields.io/nuget/dt/Tavenem.Blazor.Framework)](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.