The Angular Dropdown Menu is a graphical user interface component that lets users choose from a list of actions that can be triggered. It has built-in support for icons and their positioning, various sizes, separators, RTL, and UI customization.
You can make use of different dropdown button sizes (default and small).
Users tend to perceive visual information better than text. The Angular Dropdown Menu has built-in options to include an icon to the left or above the text, or provide an icon-only button.
The popup menu is a toggleable container that holds a list of action items or custom content that will open or close when the button is clicked. You can customize all the items in a dropdown menu.
You can use a horizontal line separator to represent similar action items as a group within the list of available items.
You can make use of the icon-only Dropdown Button without button text.
Customize position values to display the Angular Dropdown Menu above, to the right, or to the left of the dropdown button.
You can customize the dropdown button size, appearance, and feel. The dropdown menu popup element is completely customizable.
You can configure a dropdown to open the popup menu without the arrow icon.
You can configure context menu component to add submenu items in Angular Dropdown Menu.
Dropdown Menu is also available in Blazor, React, Vue, and JavaScript frameworks. Check out the different Dropdown Menu platforms from the links below,
With continuous improvement in Angular versions, the Angular Dropdown Menu is kept up to date to make it compatible with the latest version.
In Dropdown Menu, you have control over all the UI elements and their behaviors. It provides the best user experience to users through a rich set of developer-friendly APIs.
Easily get started with the Angular Dropdown Menu using a few simple lines of TS codes as demonstrated below. Also explore our Angular Dropdown Menu Example that shows you how to render and configure a Dropdown Menu in Angular.
<div class="control-section">
<div class="dropdownbutton-section">
<div id="dropdownbutton-control">
<div class="row">
<div class="col-xs-12 col-sm-12 col-lg-6 col-md-6">
<button ejs-dropdownbutton [items]='items' iconCss="e-ddb-icons e-profile"></button>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6 col-md-6">
<button ejs-dropdownbutton [items]='items' content="Profile"></button>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6 col-md-6">
<button ejs-dropdownbutton [items]='items' content="Profile" iconCss="e-ddb-icons e-profile"></button>
</div>
<div class="col-xs-12 col-sm-12 col-lg-6 col-md-6">
<button ejs-dropdownbutton [items]='items' content="Profile" cssClass="e-caret-hide"></button>
</div>
</div>
</div>
</div>
</div>
import { Component, ViewEncapsulation, Inject } from '@angular/core';
import { ItemModel, MenuEventArgs } from '@syncfusion/ej2-angular-splitbuttons';
/**
* DropDownButton Controller
*/
@Component({
selector: 'control-content',
templateUrl: 'dropdown-button.html',
styleUrls: ['dropdown-button.css'],
encapsulation: ViewEncapsulation.None
})
export class DropDownButtonController {
constructor(@Inject('sourceFiles') private sourceFiles: any) {
sourceFiles.files = ['dropdown-button.css'];
}
//DropDownButton items definition
public items: ItemModel[] = [
{
text: 'Dashboard',
iconCss: 'e-ddb-icons e-dashboard'
},
{
text: 'Notifications',
iconCss: 'e-ddb-icons e-notifications',
},
{
text: 'User Settings',
iconCss: 'e-ddb-icons e-settings',
},
{
text: 'Log Out',
iconCss: 'e-ddb-icons e-logout'
}];
}
We do not sell the Angular Dropdown Menu 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 Dropdown Menu. 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 Dropdown Menu demo here.
No, our 1,800+ components and frameworks for web, mobile, and desktop, including our Angular Dropdown Menu, 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 Dropdown Menu 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.