NextSuite for Blazor 1.3.5
New components
Those are some of the new components we added:
Inspectoran object inspector component that can nest it’s items. There are several item types already included (such as ColorPicker, TrackBar, CheckBox etc.)ColorPickerButtonthat is used as in-place editor for bigger components.- New component
SlidePanelthat collapses itself vertically. - New component
TrackBarthat is also used as in-place editor for bigger components. Anything can be place within viaChildContentparameter. There is also parameterTransparentfor TrackBar’s knob.

Improvements
SpinTextBoxcomponent now can have an optional progress (ProgressBarparameter) bar located bellow the input area that can also be used as a quick track bar. It works only ifMinandMaxparameters are set.- Type parameter (
T) added toTabsBarcomponent. EachTabcan set ownValueparameter of typeTthat sets theValueofTabsBar.
<TabsBar T="int" @bind-Value="_selected">
Buttoncomponent got anotherBorderShapeanimatedBorderShape.GradientBorder:

- Look & style of DataGrid component is improved. New parameters added to columns, such as
CanSortandCanResize.
Online DEMO
Check online DEMO to see all the components in action. You can also read more on the product page.
Release notes
Get Release notes with all changes for Blazor components up to date.