The Angular Button Group is a series of buttons aligned vertically or horizontally. It has several built-in features such as predefined styles, selection, nesting, different sizes, rounded corners, RTL, UI customization and supports Material, Bootstrap, Fabric themes.
Align the 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 with the radio button type.
Select one or more buttons with the check box button type.
Drop-down and split button components in the Button Group components let you nest buttons.
Several predefined styles of button are available in button group:
Take the advantage of CSS styling to give button corners a rounded look in a button group.
Differentiate each button in a group with different colors based on the actions performed with them.
Customize the Button Group as an outline type, in a small size, and with icons. You can also disable a particular button or all of them.
The Angular Button Group supports several built-in themes such as Material, Bootstrap, Fabric (Office 365), Tailwind CSS, and High Contrast. Users can customize any one of these built-in themes or create new themes to achieve their own desired look and feel either by simply overriding SASS variables or using our Theme Studio application.
Button Group is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Button Group platforms from the links below,
Easily get started with the Angular Button Group using a few simple lines of HTML and TS code example as demonstrated below. Also explore the Angular Button Group example that shows how to render and configure the Button Group in Angular.
<div>
<button ejs-button iconCss="bg-icons e-btngrp-watch"></button>
<button ejs-button iconCss="bg-icons e-btngrp-star"></button>
<button ejs-button iconCss="bg-icons e-btngrp-download"></button>
</div>
<style>
.e-btngrp-watch::before {
content: '\e71b';
}
.e-btngrp-star::before {
content: '\e710';
}
.e-btngrp-download::before {
content: '\e712';
}
</style>
import { Component, ViewEncapsulation, OnInit, Inject } from '@angular/core';
import { rippleEffect } from '@syncfusion/ej2-base';
@Component({
selector: 'control-content',
templateUrl: 'button-group.html',
encapsulation: ViewEncapsulation.None
})
// To enable ripple in checkbox/radio type ButtonGroup.
export class ButtonGroupController implements OnInit {
ngOnInit(): void {
// To enable ripple in checkbox/radio type ButtonGroup.
let buttons: NodeListOf<Element> = document.querySelectorAll('label.e-btn');
let button: HTMLElement;
for (let i: number = 0; i < buttons.length; i++) {
button = buttons.item(i) as HTMLElement;
rippleEffect(button, { selector: '.e-btn' });
}
}
}
The Syncfusion Angular Button Group component supports the following features:
We do not sell the Angular 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 Angular 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 Angular Button Group demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Angular 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.