https://github.com/hubcloud-io/bbcomponents
Free components for Blazor created with Bootstrap css framework
https://github.com/hubcloud-io/bbcomponents
blazor blazor-component blazor-server blazor-webassembly
Last synced: about 1 month ago
JSON representation
Free components for Blazor created with Bootstrap css framework
- Host: GitHub
- URL: https://github.com/hubcloud-io/bbcomponents
- Owner: HubCloud-io
- License: mit
- Created: 2020-04-11T07:43:00.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-11-14T20:48:10.000Z (over 2 years ago)
- Last Synced: 2026-05-16T09:52:22.303Z (about 1 month ago)
- Topics: blazor, blazor-component, blazor-server, blazor-webassembly
- Language: C#
- Size: 2.84 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BBComponents
Free components for Blazor created with Bootstrap css framework. [WASM Demo.](https://bbcomponentsdemo.z6.web.core.windows.net/)
# Disclaimer
This project is experimental and can be deeply refactored in future.
# Dependencies
This project depends on
* [Bootstrap v4.3.1](https://getbootstrap.com/)
* [Font Awesome 5.13.0](https://fontawesome.com)
# Installation
You can install the package via the NuGet package manager just search for *HubCloud.BBComponents*. You can also install via powershell using the following command.
```powershell
Install-Package HubCloud.BBComponents
```
# Setup
You need to refer Bootstrap, Font Awesome and BBComponents CSS in your index.html (Blazor WebAssembly) or _Host.cshtml (Blazor Server).
```html
```
# Available components
Right now there are available following components:
* Alert hub
* Confirm
* Date picker
* Number input
* Navs
* Select
* List group