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

What's changed
Grid
componentOffcanvas
component- Static backdrop #210
Auto Complete
component- Disable parameter
- Use either the
Disable
parameter or useDisable()
andEnable()
methods to disable/enable the component.
- Use either the
- Disable parameter
Currency Input
component- Disable parameter
- Use either the
Disable
parameter or useDisable()
andEnable()
methods to disable/enable the component.
- Use either the
- Disable parameter
Date Input
component- Disable parameter
- Use either the
Disable
parameter or useDisable()
andEnable()
methods to disable/enable the component.
- Use either the
- Disable parameter
Number Input
component- Disable parameter
- Use either the
Disable
parameter or useDisable()
andEnable()
methods to disable/enable the component.
- Use either the
- Disable parameter
Switch
component- Disable parameter
- Use either the
Disable
parameter or useDisable()
andEnable()
methods to disable/enable the component.
- Use either the
- Disable parameter
Time Input
component- Disable parameter
- Use either the
Disable
parameter 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