Bootstrap 4 Components for Blazor Framework
Add <script src="_content/BlazorStrap/blazorStrap.js"></script> to your _host.cshtml
Animations are enabled by default and require the blazorstrap.js to be loaded.You can disable them by passing DisableAnimations="true" into the component.
If you want to manage your styles in code and use dynamic styles you can check out my other project: BlazorStyled
https://github.com/chanan/BlazorStrap/releases
- 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