An open API service indexing awesome lists of open source software.

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

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