https://github.com/albx/bitblazor
BitBlazor is a UI library project that provides accessible, reusable Blazor components styled with Bootstrap Italia
https://github.com/albx/bitblazor
aspnetcore blazor bootstrap bootstrap-italia
Last synced: 9 months ago
JSON representation
BitBlazor is a UI library project that provides accessible, reusable Blazor components styled with Bootstrap Italia
- Host: GitHub
- URL: https://github.com/albx/bitblazor
- Owner: albx
- License: mit
- Created: 2025-06-07T09:16:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-04T16:13:48.000Z (9 months ago)
- Last Synced: 2025-10-04T18:18:14.831Z (9 months ago)
- Topics: aspnetcore, blazor, bootstrap, bootstrap-italia
- Language: HTML
- Homepage:
- Size: 2.12 MB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Roadmap: ROADMAP.md
Awesome Lists containing this project
README
# BitBlazor
[](https://github.com/albx/bitblazor/actions/workflows/bitblazor-testrunner.yml) [](https://github.com/albx/bitblazor/actions/workflows/bitblazor-codeql.yml)
BitBlazor is a UI library that provides accessible, reusable Blazor components styled with [Bootstrap Italia](https://italia.github.io/bootstrap-italia/docs).
The goal is to offer a comprehensive set of components for .NET 9 applications, following accessibility best practices and the official Bootstrap Italia design system.
## Features
- Accessible Blazor components
- Styled with Bootstrap Italia
- .NET 9+ support
- Comprehensive documentation
## Installation & Prerequisites
Requires **.NET 9+**.
Install via NuGet:
```bash
dotnet add package BitBlazor
```
## Documentation
Comprehensive documentation can be found in the [docs](https://github.com/albx/bitblazor/blob/main/docs/README.md) folder.
A [Storybook](https://storybook.js.org/) of the library is available [here](https://bitblazor-stories-gwc2hdexede9cwgf.italynorth-01.azurewebsites.net).
The storybook website is made using the project [Blazing Story](https://github.com/jsakamoto/BlazingStory) by @jsakamoto.
## Roadmap
For the development plan and component list, see [ROADMAP.md](https://github.com/albx/bitblazor/blob/main/ROADMAP.md).
See the [CHANGELOG.md](https://github.com/albx/bitblazor/blob/main/CHANGELOG.md) file to keep track of all the project's releases.
## Contributing
Contributions are always welcome!
If you have any issues, feedback, or feature requests, please see the [CONTRIBUTING](https://github.com/albx/bitblazor/blob/main/CONTRIBUTING.md)
## License
The project is released under [MIT](https://github.com/albx/bitblazor/blob/main/LICENSE) license.