Store
Articles September 10

NextSuite for Blazor 1.4.0

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

New components


  • Added Panel component, descendant of newly added BaseControl.
  • Added Direction optional parameter to Panel component. Children can be aranged vertically or horizontally.
  • Added RoundCorners parameter for rounding one or several corners arround the component.
  • Added Padding parameter to Panel component. The following code is now possible:

<Panel Padding="Padding.Large | Padding.All">
<Panel Padding="Padding.Standard | Padding.Top">

Ascendand of BaseControl component is also used in many other components like PageSheet, ListBox etc.



Improvements


  • Added ListBox now include Padding and Corners parameters.
  • Added Reordering parameter now added to ListBox. It allows reordering items by dragging them.

Reordering

  • Added SearchTextBox and TagControl components now have CloseButton bool parameter that allows user to close tag:

CloseButton

  • Added Icon parameter to Tooltip component. It quickly sets optional icon beside the title. Icon can be picked from one of IconIdentifier enum. Tooltip component also received additional visual polish.

<Tooltip Title="Click to start" Icon="IconIdentifier.Info">...

Tooltip

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 PDF with all changes for Blazor components up to date.