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 team license. This contains over 1,800 components and frameworks, including the Blazor Button Group. The price of the team license starts at $395 per month for 5 developers, and includes support and updates until the subscription expires. In addition, we might offer discounts based on currently active promotions. Please contact our product specialists today to see if you qualify for any additional discounts.
You can find our Blazor Button Group demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Blazor Button Group, are not sold individually. They are only available as part of a team license. 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 component 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 1,800+ components and frameworks for a subscription fee that starts at $395 per month for a team of 5 developers. Additionally, we might be able to offer discounts based on currently active promotions. Please contact our product specialists today 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, 5 or fewer developers, and 10 or fewer total employees.
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.