We are excited to release 1.8.0 with Grid, Offcanvas and Form components updates!!!

What's changed
GridcomponentOffcanvascomponent- Static backdrop #210
Auto Completecomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Currency Inputcomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Date Inputcomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Number Inputcomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Switchcomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Time Inputcomponent- Disable parameter
- Use either the
Disableparameter or useDisable()andEnable()methods to disable/enable the component.
- Use either the
- Disable parameter
Blazor Bootstrap Templates- Install with .NET CLI:
dotnet new install Blazor.Bootstrap.Templates::1.8.0

- Install with .NET CLI:
Links
- Demo Website - Blazor Server
- Demo Website - Blazor WebAssembly
- Blazor Grid Documentation
- Blazor Offcanvas Documentation
- Blazor Auto Complete Documentation
- Blazor Currency Input Documentation
- Blazor Date Input Documentation
- Blazor Number Input Documentation
- Blazor Switch Documentation
- Blazor Time Input Documentation