The Blazor Button Group is a series of buttons aligned vertically or horizontally. It has several built-in features such as predefined styles, selection, nesting, rounded corners, RTL, and UI customization.
Align the Blazor button group component either in vertical or horizontal orientation.
Based on the type of selection, you can select one or more buttons from a group.
Select one button from a group.
Select one or more buttons from a group.
Drop-down and split buttons in the Blazor Button Group component let you nest buttons.
Several predefined styles of button are available in the Blazor button group:
Take advantage of CSS styling to give button corners a rounded look.
Differentiate each button in a group with different colors based on the actions performed with them.
Customize the Blazor Button Groups with icons and outline. The size of the button can be changed. You can also disable a particular button or all of them.
The Blazor Button Group supports several built-in themes such as Tailwind CSS, Bootstrap 5, Bootstrap 4, Bootstrap, Material, Fabric, Fluent, and high contrast. Users can customize one of these built-in themes or create new themes to achieve their desired look and feel by simply overriding SASS variables or using our Theme Studio application.
Easily get started with the Blazor Button Group using a few simple lines of C# code as demonstrated below. Also explore our Blazor Button Group Example that shows you how to render and configure the button group in Blazor.
@using Syncfusion.Blazor.SplitButtons
<div>
<div class="row">
<p class="h5">Single selection</p>
<SfButtonGroup Mode="SelectionMode.Single">
<ButtonGroupButton @bind-Selected="@leftSelected">Left</ButtonGroupButton>
<ButtonGroupButton @bind-Selected="@centerSelected">Center</ButtonGroupButton>
<ButtonGroupButton @bind-Selected="@rightSelected">Right</ButtonGroupButton>
</SfButtonGroup>
</div>
<div class="row">
<p class="h5">Multiple selection</p>
<SfButtonGroup Mode="SelectionMode.Multiple">
<ButtonGroupButton @bind-Selected="@boldSelected">Bold</ButtonGroupButton>
<ButtonGroupButton @bind-Selected="@italicSelected">Italic</ButtonGroupButton>
<ButtonGroupButton @bind-Selected="@underlineSelected>Underline</ButtonGroupButton>
</SfButtonGroup>
</div>
</div>
@code {
private bool boldSelected = true;
private bool italicSelected;
private bool underlineSelected;
private bool leftSelected;
private bool centerSelected;
private bool rightSelected;
}
Button Group is also available in Angular, React, Vue and JavaScript frameworks that are built from their own TypeScript libraries. Check out the different Button Group platforms from the links below,
We do not sell the Blazor Button Group separately. It is only available for purchase as part of the Syncfusion Blazor suite, which contains over 80 native Blazor components, including the Button Group. A single developer license for the Syncfusion Essential Studio for Blazor suite costs $995.00 USD, including one year of support and updates. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
You can find our Blazor Button Group demo here.
No, our 80+ Blazor components, including Button Group, are not sold individually, only as a single package. However, we have competitively priced the product so it only costs a little bit more than what some other vendors charge for their Button Group alone. We have also found that, in our experience, our customers usually start off using one of our products and then expand to several products quickly, so we felt it was best to offer all 80+ Blazor components for a flat fee of $995/developer. On top of this, we might be able to offer additional discounts based on currently active promotions. Please contact our sales team to see if you qualify for any additional discounts.
No, this is a commercial product and requires a paid license. However, a free community license is also available for companies and individuals whose organizations have less than $1 million USD in annual gross revenue and five or fewer developers.
A good place to start would be our comprehensive getting started documentation.
Greatness—it’s one thing to say you have it, but it means more when others recognize it. Syncfusion is proud to hold the following industry awards.