Store
Articles August 8

NextSuite for Blazor 1.3.5

This update of Blazor components brings several new components and improvements across the whole suite.

New components


Those are some of the new components we added:
  • Inspector an object inspector component that can nest it’s items. There are several item types already included (such as ColorPicker, TrackBar, CheckBox etc.)
  • ColorPickerButton that is used as in-place editor for bigger components.
  • New component SlidePanel that collapses itself vertically.
  • New component TrackBar that is also used as in-place editor for bigger components. Anything can be place within via ChildContent parameter. There is also parameter Transparent for TrackBar’s knob.

TrackBar

Improvements


  • SpinTextBox component now can have an optional progress (ProgressBar parameter) bar located bellow the input area that can also be used as a quick track bar. It works only if Min and Max parameters are set.
  • Type parameter (T) added to TabsBar component. Each Tab can set own Value parameter of type T that sets the Value of TabsBar.

<TabsBar T="int" @bind-Value="_selected">
  • Button component got another BorderShape animated BorderShape.GradientBorder:

GradientBorder
  • Look & style of DataGrid component is improved. New parameters added to columns, such as CanSort and CanResize.

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.