Blazor.Bootstrap (3.4.0-duck1)
Installation
dotnet nuget add source --name FLW --username your_username --password your_token dotnet add package --source FLW --version 3.4.0-duck1 Blazor.BootstrapAbout this package
Blazor Bootstrap is a component library built on top of Blazor and Bootstrap5 CSS framework.
# Blazor Bootstrap Component Library
An Enterprise-class Blazor Bootstrap Component library built on the Blazor and Bootstrap CSS frameworks.
NOTE: We strongly recommend all BlazorBootstrap users migrate to version 2.x.x. Read more...
Table of contents
Quick start
Get started any way you want
-
Clone the repo:
git clone https://github.com/vikramlearning/blazorbootstrap.git -
Install with NuGet:
Install-Package Blazor.Bootstrap -Version 3.4.0 -
Install Blazor Bootstrap templates with .NET CLI:
dotnet new install Blazor.Bootstrap.Templates::1.10.0 -
Read the Getting started page for information on the framework installation, contents, examples, and more.
Online Demos
Blazor Bootstrap Components
| Component Name | Docs | Demos |
|---|---|---|
| Accordion | Docs | Demos |
| Alerts | Docs | Demos |
| AutoComplete | Docs | Demos |
| Badge | Docs | Demos |
| Breadcrumb | Docs | Demos |
| Buttons | Docs | Demos |
| Callout | Docs | Demos |
| Card | Docs | Demos |
| Carousel | Docs | Demos |
| Charts: Bar chart | Docs | Demos |
| Charts: Doughnut chart | Docs | Demos |
| Charts: Line chart | Docs | Demos |
| Charts: Pie chart | Docs | Demos |
| Charts: Polar Area chart | Docs | Demos |
| Charts: Radar chart | Docs | Demos |
| Charts: Scatter chart | Docs | Demos |
| Checkbox Input | Docs | Demos |
| Collapse | Docs | Demos |
| Confirm Dialog | Docs | Demos |
| Currency Input | Docs | Demos |
| Date Input | Docs | Demos |
| Dropdown | Docs | Demos |
| Google Map | Docs | Demos |
| Grid | Docs | Demos |
| Icons | Docs | Demos |
| Images | Docs | Demos |
| Markdown | Docs | Demos |
| Modals | Docs | Demos |
| Number Input | Docs | Demos |
| Offcanvas | Docs | Demos |
| Pagination | Docs | Demos |
| Password Input | Docs | Demos |
| PDF Viewer | Docs | Demos |
| Placeholders | Docs | Demos |
| Preload | Docs | Demos |
| Progress | Docs | Demos |
| Radio Input | Docs | Demos |
| RangeInput | Docs | Demos |
| Ribbon | Docs | Demos |
| Script Loader | Docs | Demos |
| Sidebar | Docs | Demos |
| Sidebar2 | Docs | Demos |
| Sortable List | Docs | Demos |
| Spinners | Docs | Demos |
| Switch | Docs | Demos |
| Tabs | Docs | Demos |
| Text Input | Docs | Demos |
| TextArea Input | Docs | Demos |
| Theme Switcher | Docs | Demos |
| Time Input | Docs | Demos |
| Toasts | Docs | Demos |
| Tooltips | Docs | Demos |
More components coming...
Documentation
Blazor Bootstrap's documentation, included in this repo in the root directory, is built with Docusaurus and publicly hosted on GitHub Pages at https://docs.blazorbootstrap.com/. The docs may also be run locally.
Creators
Vikram Reddy
Copyright and license
Code and documentation copyright 2024 Blazor Bootstrap Code released under the Apache-2.0 License.
