alexandredsimoes / BlazorStrap

Bootstrap 4 Components for Blazor Framework

Home Page:https://blazorstrap.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

BlazorStrap

Bootstrap 4 Components for Blazor Framework

Install

NuGet Pre Release Nuget (with prereleases) Nuget GitHub stars Gitter chat

Blazor WebAssembly (Client-side Blazor)

Add <script src="_content/BlazorStrap/blazorStrap.js"></script> inside the <head> element of your wwwroot/index.html.

Blazor Server (Server-side Blazor)

Add <script src="_content/BlazorStrap/blazorStrap.js"></script> inside the <head> element of your Pages/_Host.cshtml.

Animations

Animations are always on as they no longer require javascript to function.

Docs

https://blazorstrap.io

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

About

Bootstrap 4 Components for Blazor Framework

https://blazorstrap.io

License:The Unlicense


Languages

Language:HTML 61.9%Language:C# 31.8%Language:CSS 5.5%Language:JavaScript 0.8%