BlazorStrap
Bootstrap 4 Components for Blazor Framework
Install
Blazor WebAssembly (Client-side Blazor)
- Inside the
<head>element of yourwwwroot/index.html, add<script src="_content/BlazorStrap/blazorStrap.js"></script>. - In
Program, addbuilder.Services.AddBootstrapCss();.
Blazor Server (Server-side Blazor)
- Inside the
<head>element of yourPages/_Host.cshtml, add<script src="_content/BlazorStrap/blazorStrap.js"></script>. - In
Startup, addServices.AddBootstrapCss();.
Animations
Animations are always on as they no longer require javascript to function.
Docs
BlazorStyled
If you want to manage your styles in code and use dynamic styles you can check out my other project: BlazorStyled
Change Log
https://github.com/chanan/BlazorStrap/releases
Components:
- Alerts
- Badges
- Breadcrumbs
- Buttons (excluding Checkboxes and Radio buttons)
- ButtonGroups
- Cards
- Carousals
- Collapse
- Dropdowns
- Images
- Jumbotrons
- Figures
- Forms - mostly done (Binding still pending)
- Layout (Container, Row, Col)
- Listgroups
- Navs
- Navbars
- Media
- Modals
- Pagination
- Popover
- Progress
- Tables
- Tabs
- Tooltip

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

