Skip to content

Free components for Blazor created with Bootstrap css framework

License

Notifications You must be signed in to change notification settings

HubCloud-io/BBComponents

Repository files navigation

BBComponents

Free components for Blazor created with Bootstrap css framework. WASM Demo.

Disclaimer

This project is experimental and can be deeply refactored in future.

Dependencies

This project depends on

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.

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).

    <!-- Bootstrap styles -->
    <link href="css/bootstrap/bootstrap.min.css" rel="stylesheet" />
    <!-- Fontawesome -->
    <link href="lib/font-awesome/css/all.css" rel="stylesheet" />
    <!-- BBComponents styles -->
    <link href="/_content/HubCloud.BBComponents/styles.css" rel="stylesheet" />

Available components

Right now there are available following components:

  • Alert hub
  • Confirm
  • Date picker
  • Number input
  • Navs
  • Select
  • List group

About

Free components for Blazor created with Bootstrap css framework

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published