NextSuite for Blazor 1.5.0
Shared
- Added
SquircleinBorderShapeenum. Component elements supporting this new shape will be drawn as supper-ellipse.
Accordion
- Added
CanDragparameter toAccordioncomponent. If set totrue, a drag handle appear and component can be moved. - Added
Orderparameter. This parameter is equivalent to css property with same name. By draggingAccordioncomponent inside anydisplay: flexelement,Orderis set by the user.

There is an article related to this feature at our documentation website.
Other
- Added
TValuetype parameter added toTrackBarcomponent. It allows specifying exact type for value:
<TrackBar @bind-Position="_position" TValue="double" Min="-10" Max="110" />
- Fixed 🪲 Improved keyboard support for
DatePicker. - Fixed 🪲 Problem with negative
Minparameter ofTrackBar. - Fixed 🪲 Problem with child content in
Togglecomponent.
Online DEMO
Check online DEMO to see all the components in action. You can also read more on the product page.
Sample projects can be found here.
Release notes
Get release notes PDF with all changes for Blazor components up to date.